@charset "UTF-8";
/* ===================================================================
CSS information
 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定（リンクカラーなど）
----------------------------------------------------------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #323232;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.9em;
  line-height: 1.5;
  background: #fff;
  -webkit-text-size-adjust: none;
}
body a {
  color: #323232;
}
body a:link {
  text-decoration: none;
}
body a:visited {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: none;
}
body img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
@media only screen and (min-width: 737px) {
  body img {
    width: auto;
  }
}

img[border="0"] {
  position: fixed;
  z-index: -1;
}

body,
pre,
input,
textarea,
select {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
}

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

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

button {
  border: 0;
  background: none;
  padding: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}

/* .view_xxx */
body {
  /* @include mq(tab) {
  	.view_pc,
  	.view_sp {
  		display: none !important;
  	}
  } */
}
@media only screen and (min-width: 1025px) {
  body .view_tab-sp,
  body .view_tab,
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (min-width: 737px) {
  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: 736px) {
  body .view_pc-tab,
  body .view_tab,
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  body .view_pc,
  body .view_sp {
    display: none !important;
  }
}

/* @media only screen and (max-width: 1280px) {
	body .view_pc {
		display: none !important;
	}
} */
/* マウスオーバー */
.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  width: 100%;
  text-align: left;
}
#page.fixed {
  padding-top: 52px;
}
@media only screen and (min-width: 737px) {
  #page.fixed {
    padding-top: 0 !important;
  }
}

/* -----------------------------------------------------------
	#wrp_head_group（グループリンク・ヘッダー）
----------------------------------------------------------- */
#wrp_head_group {
  height: 40px;
  *zoom: 1;
}
#wrp_head_group:after {
  content: "";
  display: table;
  clear: both;
}
#wrp_head_group .nav_gr {
  display: none;
}
#wrp_head_group .btn_sh {
  float: right;
  max-width: 230px;
  width: 17%;
  height: 40px;
}
#wrp_head_group .btn_sh a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #C9151E;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}
#wrp_head_group .btn_sh a:hover {
  background-color: #D4444B;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  #wrp_head_group .btn_sh {
    min-width: 180px;
  }
}
@media only screen and (max-width: 736px) {
  #wrp_head_group .btn_sh {
    display: none;
  }
}
#wrp_head_group .btn_hou {
  float: right;
  max-width: 230px;
  width: 17%;
  height: 40px;
}
#wrp_head_group .btn_hou a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #b34d42;
  line-height: 40px;
  font-weight: bold;
}
#wrp_head_group .btn_hou a:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  #wrp_head_group .btn_hou {
    min-width: 180px;
  }
}
@media only screen and (max-width: 736px) {
  #wrp_head_group .btn_hou {
    display: none;
  }
}
#wrp_head_group .btn_gr {
  background: #323232 url(../images/common/ic_list_gr.png) 95% center no-repeat;
  -moz-background-size: 16px, 16px;
  -o-background-size: 16px, 16px;
  -webkit-background-size: 16px, 16px;
  background-size: 16px, 16px;
  width: 65%;
  float: left;
}
#wrp_head_group .btn_gr a {
  padding: 0 15px;
  line-height: 40px;
  display: block;
  color: #fff;
  font-size: .9em;
}
#wrp_head_group .member_sp {
  float: left;
  width: 35%;
  *zoom: 1;
  background: #1D1D1D;
}
#wrp_head_group .member_sp:after {
  content: "";
  display: table;
  clear: both;
}
#wrp_head_group .member_sp li {
  width: 50%;
  float: left;
  border-left: 1px dotted #808080;
}
#wrp_head_group .member_sp li a {
  display: block;
  text-align: center;
  padding: 6px 0 5px;
  color: #fff;
  letter-spacing: -.5px;
}
#wrp_head_group .member_sp li a i {
  display: block;
  font-size: .9em;
}
#wrp_head_group .member_sp li a i.ic_poing {
  font-size: .75em;
  line-height: 1;
}
#wrp_head_group .member_sp li a span {
  font-size: .7em;
  display: block;
  margin-top: 1px;
}
@media only screen and (min-width: 737px) {
  #wrp_head_group {
    background: #eeeeee url(../images/header/bg_gr_head.png) 0 bottom repeat-x;
  }
  #wrp_head_group .btn_gr {
    max-width: 260px;
    width: 25%;
    float: right;
    -moz-background-size: 20px, 20px;
    -o-background-size: 20px, 20px;
    -webkit-background-size: 20px, 20px;
    background-size: 20px, 20px;
  }
  #wrp_head_group .btn_gr a {
    line-height: 40px;
  }
  #wrp_head_group .btn_gr:hover {
    background-color: #b34d42;
  }
  #wrp_head_group .member_sp {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  #wrp_head_group .nav_gr {
    display: block;
    float: left;
    max-width: 860px;
    width: 40%;
  }
  #wrp_head_group .nav_gr ul {
    width: 100%;
    overflow: hidden;
  }
  #wrp_head_group .nav_gr ul li {
    float: left;
    width: 33.3%;
    max-width: 180px;
    border-right: 1px solid #dbdbdb;
  }
  #wrp_head_group .nav_gr ul li a {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    padding-top: 5px;
  }
  #wrp_head_group .nav_gr ul li a img {
    max-width: 80%;
  }
  #wrp_head_group .nav_gr ul li:hover a, #wrp_head_group .nav_gr ul li.active a {
    background: #fff;
  }
  #wrp_head_group .nav_gr .np img {
    width: 60%;
    margin-top: 5px;
  }
}

.b_sougou #wrp_head_group .btn_gr {
  width: 100%;
}
.b_sougou #wrp_head_group .member_sp {
  display: none;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10000;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalArea .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modalArea .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 400px;
  background-color: #fff;
}
.modalArea .modalWrapper .modalContents h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.modalArea .modalWrapper .modalContents p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.modalArea .modalWrapper .modalContents .box_link {
  display: flex;
  justify-content: center;
}
.modalArea .modalWrapper .modalContents .box_link li a {
  display: block;
  width: 400px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  margin-right: 20px;
  transition: .2s;
}
.modalArea .modalWrapper .modalContents .box_link li a.red {
  background-color: #b34d42;
}
.modalArea .modalWrapper .modalContents .box_link li a.green {
  background-color: #b34d42;
}
.modalArea .modalWrapper .modalContents .box_link li a:hover {
  opacity: .8;
}
.modalArea .modalWrapper .modalContents .box_link li a:after {
  content: '\f138';
  font-family: FontAwesome;
  margin-left: 10px;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .modalArea .modalWrapper .modalContents .box_link li a:after {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 736px) {
  .modalArea .modalWrapper .modalContents .box_link li a:after {
    margin-left: 0.5rem;
  }
}
.modalArea .modalWrapper .modalContents .box_link li:last-of-type a {
  margin-right: 0;
}
.modalArea .modalWrapper .closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

/* -----------------------------------------------------------
	#header（ヘッダー）
----------------------------------------------------------- */
#header, #header_sougou {
  *zoom: 1;
  background: #fff;
}
#header:after, #header_sougou:after {
  content: "";
  display: table;
  clear: both;
}
#header .wrp_header, #header_sougou .wrp_header {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1025px) {
  #header .wrp_header, #header_sougou .wrp_header {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
#header .wrp_header .logo, #header_sougou .wrp_header .logo {
  float: left;
  width: 65%;
}
#header .wrp_header .logo h1, #header_sougou .wrp_header .logo h1 {
  display: none;
}
#header .wrp_header .logo a, #header_sougou .wrp_header .logo a {
  display: block;
  text-align: center;
  padding: 5px;
}
#header .wrp_header .logo a p, #header_sougou .wrp_header .logo a p {
  text-align: left;
  display: inline-block;
  background: url(../images/common/ic_logo.png) left center no-repeat;
  -moz-background-size: 35px, 35px;
  -o-background-size: 35px, 35px;
  -webkit-background-size: 35px, 35px;
  background-size: 35px, 35px;
  padding-left: 40px;
  font-weight: bold;
  font-size: 1em;
}
#header .wrp_header .logo a p span, #header_sougou .wrp_header .logo a p span {
  display: block;
  line-height: 1.1;
  letter-spacing: -1px;
}
#header .wrp_header #sp_nav, #header_sougou .wrp_header #sp_nav {
  float: right;
  width: 35%;
  overflow: hidden;
}
#header .wrp_header #sp_nav li, #header_sougou .wrp_header #sp_nav li {
  float: right;
  width: 50%;
  border-left: 1px dotted #bbbbbb;
}
#header .wrp_header #sp_nav li a, #header_sougou .wrp_header #sp_nav li a {
  display: block;
  text-align: center;
  padding: 5px 0;
}
#header .wrp_header #sp_nav li a i, #header_sougou .wrp_header #sp_nav li a i {
  font-size: 1.4em;
  color: #b34d42;
}
#header .wrp_header #sp_nav li a span, #header_sougou .wrp_header #sp_nav li a span {
  display: block;
  font-size: .7em;
  letter-spacing: -.5px;
}
#header .wrp_header .con_header, #header_sougou .wrp_header .con_header {
  clear: both;
}
#header .wrp_header .con_header .nav_sub, #header_sougou .wrp_header .con_header .nav_sub,
#header .wrp_header .con_header .nav_lang,
#header_sougou .wrp_header .con_header .nav_lang,
#header .wrp_header .con_header .nav_member,
#header_sougou .wrp_header .con_header .nav_member {
  display: none;
}
#header .con_header_fix, #header_sougou .con_header_fix {
  overflow: hidden;
  border-bottom: 1px dotted #bbbbbb;
  background: #fff;
}
#header .con_header_fix.fixed, #header_sougou .con_header_fix.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media only screen and (min-width: 737px) {
  #header .wrp_header, #header_sougou .wrp_header {
    padding: 15px;
  }
  #header .wrp_header #sp_nav, #header_sougou .wrp_header #sp_nav {
    display: none;
  }
  #header .wrp_header .logo, #header_sougou .wrp_header .logo {
    width: 100%;
    margin: 0 auto 10px;
    float: none;
  }
  #header .wrp_header .logo h1, #header_sougou .wrp_header .logo h1 {
    display: block;
    color: #b34d42;
    font-size: .7em;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: left;
  }
  #header .wrp_header .logo a, #header_sougou .wrp_header .logo a {
    padding: 0;
    text-align: left;
  }
  #header .wrp_header .logo a p, #header_sougou .wrp_header .logo a p {
    display: inline-block;
    -moz-background-size: 50px, 50px;
    -o-background-size: 50px, 50px;
    -webkit-background-size: 50px, 50px;
    background-size: 50px, 50px;
    padding-left: 55px;
    padding-top: 0;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 50px;
  }
  #header .wrp_header .logo a p span, #header_sougou .wrp_header .logo a p span {
    display: inline-block;
  }
  #header .wrp_header .con_header, #header_sougou .wrp_header .con_header {
    width: 100%;
    padding-top: 10px;
    overflow: hidden;
    border-top: 1px dotted #787878;
  }
  #header .wrp_header .con_header .nav_lang, #header_sougou .wrp_header .con_header .nav_lang {
    display: block;
    float: left;
    width: 50%;
  }
  #header .wrp_header .con_header .nav_sub, #header_sougou .wrp_header .con_header .nav_sub {
    display: block;
    float: right;
    width: 50%;
  }
  #header .wrp_header .con_header .nav_member, #header_sougou .wrp_header .con_header .nav_member {
    display: block;
    width: 160px;
    position: absolute;
    right: 13px;
    top: 92px;
  }
  #header .wrp_header .con_header .nav_member .btn_s, #header_sougou .wrp_header .con_header .nav_member .btn_s {
    width: 100%;
    padding: 0 2px 8px;
  }
  #header .wrp_header .con_header .nav_member .btn_s a, #header_sougou .wrp_header .con_header .nav_member .btn_s a {
    font-weight: bold;
    padding: 5px 10px;
    font-size: .9em;
  }
  #header .wrp_header .con_header .nav_member .btn_s a i, #header_sougou .wrp_header .con_header .nav_member .btn_s a i {
    color: #b34d42;
    padding-right: .2em;
  }
  #header .con_header_fix, #header_sougou .con_header_fix {
    overflow: visible;
    position: static !important;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1025px) {
  #header .wrp_header, #header_sougou .wrp_header {
    padding: 20px 0;
    overflow: hidden;
  }
  #header .wrp_header .con_header_fix, #header_sougou .wrp_header .con_header_fix {
    width: 60%;
    float: left;
  }
  #header .wrp_header .con_header_fix .logo, #header_sougou .wrp_header .con_header_fix .logo {
    position: relative;
    margin: 0;
  }
  #header .wrp_header .con_header_fix .logo h1, #header_sougou .wrp_header .con_header_fix .logo h1 {
    font-size: .9em;
    margin: 0;
    position: absolute;
    left: 100px;
    top: 20px;
  }
  #header .wrp_header .con_header_fix .logo a, #header_sougou .wrp_header .con_header_fix .logo a {
    display: inline-block;
  }
  #header .wrp_header .con_header_fix .logo a p, #header_sougou .wrp_header .con_header_fix .logo a p {
    -moz-background-size: 90px, 90px;
    -o-background-size: 90px, 90px;
    -webkit-background-size: 90px, 90px;
    background-size: 90px, 90px;
    font-size: 2.2em;
    height: 90px;
    line-height: 1;
    padding: 41px 0 0 100px;
    letter-spacing: 0;
  }
  #header .wrp_header .con_header_fix .logo a p span, #header_sougou .wrp_header .con_header_fix .logo a p span {
    display: inline-block;
  }
  #header .wrp_header .con_header_fix .logo a:hover, #header_sougou .wrp_header .con_header_fix .logo a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  #header .wrp_header .con_header_fix .logo small, #header_sougou .wrp_header .con_header_fix .logo small {
    margin-left: 5px;
  }
  #header .wrp_header .con_header, #header_sougou .wrp_header .con_header {
    width: 380px;
    float: right;
    border-top: none;
    padding-top: 0;
    clear: none;
  }
  #header .wrp_header .con_header .nav_lang, #header_sougou .wrp_header .con_header .nav_lang {
    float: none;
    width: 100%;
    margin-bottom: 0;
    margin-top: 23px;
  }
  #header .wrp_header .con_header .nav_lang ul, #header_sougou .wrp_header .con_header .nav_lang ul {
    border-bottom: 1px dotted #D0D0D0;
    padding: 0 10px 8px;
  }
  #header .wrp_header .con_header .nav_lang ul li, #header_sougou .wrp_header .con_header .nav_lang ul li {
    margin-left: 6px;
  }
  #header .wrp_header .con_header .nav_lang ul li a, #header_sougou .wrp_header .con_header .nav_lang ul li a {
    font-size: .85em;
  }
  #header .wrp_header .con_header .nav_sub, #header_sougou .wrp_header .con_header .nav_sub {
    float: none;
    width: 100%;
    margin-top: 8px;
  }
  #header .wrp_header .con_header .nav_member, #header_sougou .wrp_header .con_header .nav_member {
    width: 300px;
    position: absolute;
    top: 0;
    right: 199px;
    margin-bottom: 0;
  }
  #header .wrp_header .con_header .nav_member.logout, #header_sougou .wrp_header .con_header .nav_member.logout {
    width: 272px;
    right: 218px;
  }
  #header .wrp_header .con_header .nav_member .btn_s, #header_sougou .wrp_header .con_header .nav_member .btn_s {
    width: auto;
    padding: 0;
    float: left;
    border-right: 1px solid #5A5A5A;
  }
  #header .wrp_header .con_header .nav_member .btn_s a, #header_sougou .wrp_header .con_header .nav_member .btn_s a {
    font-size: .9em;
    padding: 11px 25px 10px;
    border: none;
    background: #292929;
    color: #fff;
    font-weight: normal;
  }
  #header .wrp_header .con_header .nav_member .btn_s a:hover, #header_sougou .wrp_header .con_header .nav_member .btn_s a:hover {
    background-color: #b34d42;
  }
  #header .wrp_header .con_header .nav_member .btn_s a:hover i, #header_sougou .wrp_header .con_header .nav_member .btn_s a:hover i {
    color: #fff;
  }
  #header .wrp_header .con_header .nav_member .btn_s a i, #header_sougou .wrp_header .con_header .nav_member .btn_s a i {
    color: #b95c52;
    font-size: 1.1em;
  }
}

/* 総合ページスタイル */
#header_sougou .wrp_header .logo a p {
  min-height: 38px;
  line-height: 38px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (min-width: 737px) {
  #header_sougou .wrp_header .logo h1 {
    color: #323232;
  }
  #header_sougou .wrp_header .con_header .nav_sub {
    width: 100%;
  }
  #header_sougou .wrp_header .con_header .nav_sub ul {
    text-align: center;
    letter-spacing: 0;
  }
  #header_sougou .wrp_header .con_header .nav_lang {
    width: 100%;
  }
  #header_sougou .wrp_header .con_header .nav_lang ul {
    text-align: center;
  }
  #header_sougou .wrp_header .con_header .nav_lang ul li {
    float: none;
  }
}
@media only screen and (min-width: 1025px) {
  #header_sougou .wrp_header .con_header_fix {
    width: 50%;
  }
  #header_sougou .wrp_header .con_header {
    width: 50%;
    margin-bottom: 10px;
  }
  #header_sougou .wrp_header .con_header .nav_sub ul {
    text-align: right;
    padding: 0;
    margin-bottom: 10px;
  }
  #header_sougou .wrp_header .con_header .nav_sub ul li {
    margin-bottom: 5px;
    padding: 0;
    margin-left: 0;
    font-size: 0.9em;
  }
  #header_sougou .wrp_header .con_header .nav_lang {
    width: 295px;
    margin: 0 0 12px auto;
  }
  #header_sougou .wrp_header .con_header .nav_lang ul {
    padding: 0 0 6px 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1281px) {
  #header_sougou .wrp_header .con_header_fix {
    width: 50%;
  }
}

/* ログイン後コンテンツ */
.wrp_member_top {
  background: #292929;
  border-top: 1px solid #5A5A5A;
}
.wrp_member_top .btn_sh {
  position: relative;
  width: 220px;
  height: 39px;
  float: left;
  text-align: center;
}
.wrp_member_top .btn_sh a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #C9151E;
  line-height: 39px;
}
.wrp_member_top .btn_sh a:hover {
  background-color: #D4444B;
}
@media only screen and (min-width: 737px) {
  .wrp_member_top .btn_sh .btn_sh {
    width: 200px;
  }
}
@media only screen and (max-width: 736px) {
  .wrp_member_top .btn_sh .btn_sh {
    display: none;
  }
}
.wrp_member_top .con_member_top {
  color: #fff;
  text-align: left;
}
@media only screen and (min-width: 737px) {
  .wrp_member_top .con_member_top {
    text-align: right;
  }
}
.wrp_member_top .con_member_top .box_txt {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 6px 10px;
}
@media only screen and (min-width: 737px) {
  .wrp_member_top .con_member_top .box_txt {
    padding: 6px 0 8px;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_member_top .con_member_top .box_txt {
    padding: 4px 0 0 0;
  }
}
.wrp_member_top .con_member_top .box_txt .txt {
  font-size: .65em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (min-width: 737px) {
  .wrp_member_top .con_member_top .box_txt .txt {
    font-size: .75em;
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_member_top .con_member_top .box_txt .txt {
    padding-left: 12px;
    font-size: .9em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
.wrp_member_top .con_member_top .box_txt .txt i {
  margin-right: .5em;
  font-size: 1.3em;
  color: #b95c52;
}
@media only screen and (min-width: 737px) {
  .wrp_member_top .con_member_top .box_txt .txt i {
    font-size: 1.6em;
    margin-right: .25em;
  }
}
.wrp_member_top .con_member_top .box_txt .txt i.icon_point {
  color: #fff;
  background: #b95c52;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: .9em;
  padding: 3px 5px 2px;
}
@media only screen and (min-width: 737px) {
  .wrp_member_top .con_member_top .box_txt .txt i.icon_point {
    padding: 0 6px;
    font-size: 1.1em;
  }
}
.wrp_member_top .con_member_top .box_txt .txt a {
  font-size: 1.3em;
  text-decoration: underline;
  color: #fff;
  padding-right: .2em;
}
.wrp_member_top .con_member_top .box_txt .txt a:hover {
  text-decoration: none;
}
.wrp_member_top .con_member_top .box_txt .txt span {
  font-weight: bold;
  color: #FFB904;
}
.wrp_member_top .con_member_top .box_txt .txt span.point {
  font-size: 1.35em;
  padding: 0 .2em 0 0;
}
@media only screen and (min-width: 737px) {
  .wrp_member_top .con_member_top .box_txt .txt span.point {
    padding: 0 .3em 0 0;
  }
}
.wrp_member_top .con_member_top .box_txt .txt span.deadline {
  font-size: 1.25em;
  padding: 0 0 0 .2em;
}
@media only screen and (min-width: 737px) {
  .wrp_member_top .con_member_top .box_txt .txt span.deadline {
    padding: 0 0 0 .3em;
  }
}
.wrp_member_top .con_member_top .btns {
  overflow: hidden;
  *zoom: 1;
  display: none;
}
@media only screen and (min-width: 737px) {
  .wrp_member_top .con_member_top .btns {
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_member_top .con_member_top .btns {
    padding-left: 20px;
  }
}
.wrp_member_top .con_member_top .btns .btn_txt {
  float: left;
  margin-right: 10px;
}
.wrp_member_top .con_member_top .btns .btn_txt a {
  color: #fff;
  font-size: .8em;
  display: block;
  padding: 11px 9px 11px 14px;
  text-decoration: underline;
}
.wrp_member_top .con_member_top .btns .btn_txt a:hover {
  text-decoration: none;
}
.wrp_member_top .con_member_top .btns .btn_txt a i {
  padding-right: .3em;
}
.wrp_member_top .con_member_top .btns .btn {
  float: left;
}
.wrp_member_top .con_member_top .btns .btn.login a {
  padding: 11px 28px;
  background: #b34d42;
  text-decoration: none;
}
.wrp_member_top .con_member_top .btns .btn.login a:hover {
  background: #A2463C;
}
.wrp_member_top .con_member_top .btns .btn a {
  font-size: .8em;
  display: block;
  color: #fff;
  text-decoration: underline;
  padding: 11px 4px 11px 0;
}
.wrp_member_top .con_member_top .btns .btn a:hover {
  text-decoration: none;
}
.wrp_member_top .con_member_top .btns .btn a i {
  padding-right: .5em;
}

/* -----------------------------------------------------------
	.wrp_nav（ナビゲーションエリア）
----------------------------------------------------------- */
.wrp_nav {
  background: #b34d42;
  border-bottom: 2px solid #7d362e;
}
.wrp_nav.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10000;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrp_nav .nav_sub {
  display: none;
}
@media only screen and (max-width: 736px) {
  .wrp_nav .nav_sub {
    display: block;
  }
}
.wrp_nav .nav_lang {
  display: none;
}
@media only screen and (max-width: 736px) {
  .wrp_nav .nav_lang {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  .wrp_nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px 10px;
    z-index: 10000;
  }
  .wrp_nav .logo_s {
    text-align: center;
    margin-bottom: 20px;
  }
  .wrp_nav .logo_s a {
    display: block;
  }
  .wrp_nav .logo_s a p {
    display: inline-block;
    background: url(../images/common/ic_logo.png) left center no-repeat;
    -moz-background-size: 40px, 40px;
    -o-background-size: 40px, 40px;
    -webkit-background-size: 40px, 40px;
    background-size: 40px, 40px;
    padding-left: 40px;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 40px;
  }
  .wrp_nav .btn_gnav_close {
    width: 80%;
    margin: 0 auto;
  }
  .wrp_nav .btn_gnav_close a {
    background: #141414;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #fff;
  }
  .wrp_nav .btn_gnav_close a i {
    margin-right: 5px;
  }
}

/* -----------------------------------------------------------
	#gnav（グローバルナビ）
----------------------------------------------------------- */
#gnav {
  margin-bottom: 10px;
}
#gnav ul {
  *zoom: 1;
}
#gnav ul:after {
  content: "";
  display: table;
  clear: both;
}
#gnav ul li {
  float: left;
  width: 50%;
  padding: 0 2px 5px;
}
#gnav ul li a {
  line-height: 1;
  display: block;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #bbbbbb;
  border-top: 2px solid #b34d42;
}
#gnav ul li a span {
  display: none;
  color: #7d362e;
}
#gnav ul li.gnav_rsv {
  position: relative;
}
#gnav ul li.gnav_rsv:before {
  content: "";
  background: url(../images/common/ic_rsv.png) 0 0 no-repeat;
  -moz-background-size: 40px;
  -o-background-size: 40px;
  -webkit-background-size: 40px;
  background-size: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
}
@media only screen and (min-width: 737px) {
  #gnav {
    max-width: 1280px;
    margin: 0 auto;
  }
  #gnav ul li {
    width: 12.5%;
    padding: 0;
    border-left: 1px solid #b95c52;
  }
  .sougou #gnav ul li {
    width: 20%;
  }
  #gnav ul li:first-child {
    border-left: none;
  }
  #gnav ul li:hover {
    background: #a2463c;
  }
  #gnav ul li:hover a {
    background: #a2463c;
    color: #fff;
  }
  #gnav ul li:hover a span {
    color: #fff;
  }
  #gnav ul li.active {
    background: #7d362e;
  }
  #gnav ul li.active span {
    color: #fff;
  }
  #gnav ul li.gnav_rsv:before {
    background: none;
  }
  #gnav ul li a {
    border: none;
    text-align: center;
    font-size: .9em;
    color: #fff;
    padding: 15px 0;
  }
  #gnav ul li a span {
    display: block;
    font-size: .8em;
    padding-top: 5px;
  }
  #gnav ul li a:hover, #gnav ul li a.active {
    background: #7d362e;
  }
  #gnav ul li a:hover span, #gnav ul li a.active span {
    color: #fff;
  }
  #gnav ul.nav4 li {
    width: 25%;
  }
  #gnav ul.nav5 li {
    width: 20%;
  }
  #gnav ul.nav6 li {
    width: 16.66667%;
  }
  #gnav ul.nav7 li {
    width: 14.28571%;
  }
  #gnav ul.nav8 li {
    width: 12.5%;
  }
  #gnav ul.nav9 li {
    width: 11.11111%;
  }
}
@media only screen and (min-width: 1025px) {
  #gnav ul li a {
    font-size: 1.1em;
  }
  #gnav ul li.gnav_rsv:before {
    background: none;
  }
}
@media only screen and (min-width: 1281px) {
  #gnav ul li a {
    font-size: 1.1em;
  }
  #gnav ul li.gnav_rsv:before {
    background: none;
  }
  #gnav ul li:hover {
    background: #a2463c;
  }
  #gnav ul li:hover a {
    background: #a2463c;
    color: #fff;
  }
  #gnav ul li:hover a span {
    color: #fff;
  }
  #gnav ul li.active {
    background: #7d362e;
  }
  #gnav ul li.active span {
    color: #fff;
  }
}

/*-----------------------------------------------------------
	.nav_sub（サブナビゲーション）
----------------------------------------------------------- */
.nav_sub {
  margin-bottom: 10px;
}
.nav_sub .snav_sh {
  padding: 0 2px 2px;
}
.nav_sub .snav_sh a {
  display: block;
  text-align: center;
  font-size: .8em;
  border: 1px solid #bbbbbb;
  padding: 10px 0;
}
.nav_sub .snav_sh a span {
  background: url(../images/common/ic_sh_s_hotel.png) left center no-repeat;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  -webkit-background-size: 15px;
  background-size: 15px;
  padding-left: 20px;
}
.nav_sub .snav_sh a i {
  color: #014ca4;
  margin-right: 5px;
}
@media only screen and (min-width: 737px) {
  .nav_sub .snav_sh {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_sub .snav_sh {
    display: none;
  }
}
.nav_sub ul {
  overflow: hidden;
}
.nav_sub ul li {
  float: left;
  width: 50%;
  padding: 0 2px 2px;
}
.sougou .nav_sub ul li {
  width: 100%;
  float: none;
  margin-bottom: 5px;
}
.sougou .nav_sub ul li.snav_cha span {
  background: url(../images/common/ic_acc_s.png) left center no-repeat;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  -webkit-background-size: 15px;
  background-size: 15px;
  padding-left: 20px;
}
.sougou .nav_sub ul li.snav_res span {
  background: url(../images/common/ic_key_s.png) left center no-repeat;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  -webkit-background-size: 15px;
  background-size: 15px;
  padding-left: 20px;
}
.sougou .nav_sub ul li.snav_poi span {
  background: url(../images/common/ic_poi_s.png) left center no-repeat;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  -webkit-background-size: 15px;
  background-size: 15px;
  padding-left: 20px;
}
.sougou .nav_sub ul li.snav_hou span:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 11px;
  background-image: url(../images/common/ic_hand.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.sougou .nav_sub ul li.snav_sh span {
  background: url(../images/common/ic_sh_s.png) left center no-repeat;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  -webkit-background-size: 15px;
  background-size: 15px;
  padding-left: 20px;
}
.nav_sub ul li a {
  display: block;
  text-align: center;
  font-size: .8em;
  border: 1px solid #bbbbbb;
  padding: 10px 0;
}
.nav_sub ul li a span {
  display: inline-block;
}
.nav_sub ul li a i {
  color: #297950;
  margin-right: 5px;
}
.nav_sub ul li.snav_hom span {
  background: url(../images/common/ic_home.png) left center no-repeat;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  -webkit-background-size: 15px;
  background-size: 15px;
  padding-left: 20px;
}
.nav_sub ul li.snav_wed span {
  background: url(../images/common/ic_wedding.png) left center no-repeat;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  -webkit-background-size: 15px;
  background-size: 15px;
  padding-left: 20px;
}
.nav_sub ul li.snav_rec span {
  background: url(../images/common/ic_recruit.png) left center no-repeat;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  -webkit-background-size: 15px;
  background-size: 15px;
  padding-left: 20px;
}
.nav_sub ul li.snav_news span {
  background: url(../images/common/ic_news.png) left center no-repeat;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  -webkit-background-size: 15px;
  background-size: 15px;
  padding-left: 20px;
}
@media only screen and (min-width: 737px) {
  .nav_sub {
    margin-bottom: 0;
  }
  .nav_sub ul {
    text-align: right;
    letter-spacing: -.5em;
  }
  .nav_sub ul li {
    float: none;
    padding: 0;
    width: auto;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: normal;
  }
  .nav_sub ul li a {
    padding: 0;
    text-align: left;
    border: none;
    font-size: .9em;
  }
  .nav_sub ul li a:hover span {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_sub ul {
    text-align: right;
    padding: 0 10px;
  }
}

/* 総合ページスタイル */
@media only screen and (min-width: 737px) {
  #header_sougou .nav_lang {
    margin-bottom: 8px;
  }
  #header_sougou .nav_lang ul {
    text-align: center;
  }
  #header_sougou .nav_lang ul li:before {
    color: #b34d42;
  }
  #header_sougou .nav_sub .snav_sh {
    display: none;
  }
  #header_sougou .nav_sub .snav_cha a,
  #header_sougou .nav_sub .snav_res a,
  #header_sougou .nav_sub .snav_poi a,
  #header_sougou .nav_sub .snav_news a {
    display: block;
    border: 1px solid #eee;
    background-color: #ffffff;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    padding: 3px 10px;
  }
  #header_sougou .nav_sub .snav_cha a:hover,
  #header_sougou .nav_sub .snav_res a:hover,
  #header_sougou .nav_sub .snav_poi a:hover,
  #header_sougou .nav_sub .snav_news a:hover {
    background: #efefef;
  }
  #header_sougou .nav_sub .snav_cha a:hover span,
  #header_sougou .nav_sub .snav_res a:hover span,
  #header_sougou .nav_sub .snav_poi a:hover span,
  #header_sougou .nav_sub .snav_news a:hover span {
    text-decoration: none;
  }
  #header_sougou .nav_sub .snav_cha a span,
  #header_sougou .nav_sub .snav_res a span,
  #header_sougou .nav_sub .snav_poi a span,
  #header_sougou .nav_sub .snav_news a span {
    background: url(../images/common/ic_small_r.png) no-repeat left center;
    padding-left: 20px;
  }
  #header_sougou .nav_sub .snav_cha a .fa,
  #header_sougou .nav_sub .snav_res a .fa,
  #header_sougou .nav_sub .snav_poi a .fa,
  #header_sougou .nav_sub .snav_news a .fa {
    display: none;
  }
}

/* -----------------------------------------------------------
	.nav_lang（他言語）
----------------------------------------------------------- */
.nav_lang {
  margin-bottom: 20px;
}
.nav_lang ul {
  overflow: hidden;
}
.nav_lang ul li {
  float: left;
  width: 25%;
  padding: 0 3px;
}
.nav_lang ul li a {
  display: block;
  font-size: .8em;
  text-align: center;
  border: 1px solid #bbbbbb;
  padding: 5px 0;
}
@media only screen and (min-width: 737px) {
  .nav_lang {
    margin-bottom: 0;
  }
  .nav_lang ul {
    text-align: left;
  }
  .nav_lang ul li {
    width: auto;
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  .nav_lang ul li:first-child {
    margin-left: 0;
  }
  .nav_lang ul li:before {
    content: "■";
    font-size: .6em;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.9em;
    color: #b34d42;
  }
  .nav_lang ul li a {
    display: inline;
    text-align: left;
    font-size: .9em;
    padding: 0;
    padding-left: 12px;
    border: none;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_lang {
    margin-bottom: 10px;
  }
  .nav_lang ul {
    border-bottom: 1px dotted #787878;
    overflow: hidden;
    padding: 0 10px 10px;
    text-align: right;
  }
  .nav_lang ul li {
    float: none;
    display: inline-block;
    padding: 0;
    margin-right: 0;
    margin-left: 10px;
  }
  .nav_lang ul li a:hover {
    text-decoration: underline;
  }
}

/* 総合ページスタイル */
#header_sougou ul {
  border-bottom: none;
  padding-bottom: 0;
}

/* -----------------------------------------------------------
	.nav_lang（他言語）
----------------------------------------------------------- */
.nav_member {
  *zoom: 1;
  margin-bottom: 20px;
}
.nav_member:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 737px) {
  .nav_member {
    display: none;
  }
}
.nav_member .btn_s {
  float: left;
  width: 50%;
  padding: 0 2px 5px;
}
.nav_member .btn_s a {
  font-weight: bold;
  padding: 6px 10px;
}

/* -----------------------------------------------------------
	.wrp_search
----------------------------------------------------------- */
#wrp_search {
  display: none;
}

/* -----------------------------------------------------------
	.wrp_search（総合ページ）
----------------------------------------------------------- */
.wrp_search {
  background-color: #313232;
}
.wrp_search.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .wrp_search {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) and (min-width: 1025px) {
  .wrp_search {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 736px) {
  .wrp_search {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    margin-top: 7%;
  }
}
@media only screen and (max-width: 736px) and (min-width: 1025px) {
  .wrp_search {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.wrp_search .box_can {
  position: absolute;
  top: -180px;
  right: 0;
  z-index: 9999;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .wrp_search .box_can {
    top: -130px;
    right: 0;
  }
}
@media only screen and (max-width: 736px) {
  .wrp_search .box_can {
    top: -90px;
    right: 0;
  }
}
.wrp_search .box_can li.bn_s {
  width: 144px;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .wrp_search .box_can li.bn_s {
    width: 120px;
  }
}
@media only screen and (max-width: 736px) {
  .wrp_search .box_can li.bn_s {
    width: 80px;
  }
}
.wrp_search .box_can li.bn_l {
  display: none;
}
.wrp_search .box_can li img {
  width: 100%;
  height: auto;
}

/* フッターの検索窓 */
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .wrp_search.footer {
    margin: 18px auto;
  }
}
@media only screen and (max-width: 736px) {
  .wrp_search.footer {
    margin: 15px auto;
  }
}
.wrp_search.footer .inner .st_style_s {
  display: none;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .wrp_search.footer .inner .st_style_s {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  .wrp_search.footer .inner .st_style_s {
    display: block;
  }
}
.wrp_search.footer .inner .st_style {
  display: none;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .wrp_search.footer .inner .st_style {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  .wrp_search.footer .inner .st_style {
    display: block;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .wrp_search.footer .inner .box_main_search form .con_search .box_form:before {
    display: none !important;
  }
}
@media only screen and (max-width: 736px) {
  .wrp_search.footer .inner .box_main_search form .con_search .box_form:before {
    display: none !important;
  }
}

/* モーダルの検索窓（SPのみ表示） */
.wrp_search.mordal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  margin: 0;
}
.wrp_search.mordal:before {
  display: none;
}
.wrp_search.mordal .inner {
  position: fixed;
  width: 93%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.wrp_search.mordal .inner .box_main_search {
  margin-bottom: 1rem;
}
.wrp_search.mordal .inner .box_main_search form .con_search .box_form:before {
  top: -2em !important;
  left: 0 !important;
  transform: translateY(0) !important;
  width: 50px !important;
  height: 50px !important;
}
.wrp_search.mordal .inner .btn_search_close {
  width: 80%;
  margin: 0 auto;
}
.wrp_search.mordal .inner .btn_search_close a {
  display: block;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  background: #141414;
  padding: 0.75rem 0;
}
.wrp_search.mordal .inner .btn_search_close a:before {
  content: "\f00d";
  font-family: FontAwesome;
  margin-right: 0.5rem;
}

/* .box_main_search */
.box_main_search {
  position: relative;
  max-width: 1280px;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_main_search {
    width: 100%;
    background-color: #313232;
    padding: 0;
  }
}
@media only screen and (max-width: 736px) {
  .box_main_search {
    width: 100%;
    background-color: #313232;
    padding: 0;
  }
}
.box_main_search .lnk_bestrate {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  object-fit: contain;
  vertical-align: middle;
  z-index: 9999;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_main_search .lnk_bestrate {
    top: -65px;
    left: 0;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 736px) {
  .box_main_search .lnk_bestrate {
    top: -2em;
    left: auto;
    right: 0;
    transform: translateY(0);
    width: 50px;
    height: 50px;
  }
}
.box_main_search form .con_select_hotel {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .box_main_search form .con_select_hotel {
    border-bottom: 1px dotted #79756f;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .box_main_search form .con_select_hotel {
    justify-content: center;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_main_search form .con_select_hotel {
    justify-content: space-between;
    background-color: #b34d42;
    border-bottom: none;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_select_hotel {
    display: block;
    background-color: #b34d42;
    padding: 8px 12px;
  }
}
.box_main_search form .con_select_hotel .txt_search_hotel {
  color: #fff;
  font-size: 13px;
}
@media only screen and (min-width: 1025px) {
  .box_main_search form .con_select_hotel .txt_search_hotel {
    margin-right: 15px;
  }
  .box_main_search form .con_select_hotel .txt_search_hotel:before {
    content: "\f0f7";
    font-family: FontAwesome;
    color: #b34d42;
    margin-right: 7px;
  }
}
@media only screen and (min-width: 1025px) {
  .box_main_search form .con_select_hotel .box_hotel_form {
    width: 500px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_main_search form .con_select_hotel .box_hotel_form:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #fff;
    margin-right: 2px;
  }
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_select_hotel .box_hotel_form {
    margin-top: 4px;
  }
}
.box_main_search form .con_select_hotel .box_hotel_form select {
  width: 100%;
  font-size: 13px;
  color: #787878;
  border: none;
  padding: 2px;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_main_search form .con_select_hotel .box_hotel_form select {
    width: 350px;
    font-size: 0.8rem;
    padding: 3px;
  }
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_select_hotel .box_hotel_form select {
    width: 100%;
    font-size: 0.75rem;
    padding: 0.25rem;
  }
}
.box_main_search form .con_search {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .box_main_search form .con_search {
    border-top: 1px dotted #79756f;
    padding-top: 15px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .box_main_search form .con_search {
    justify-content: center;
  }
  .box_main_search form .con_search:after {
    content: '';
    width: 100%;
  }
  .box_main_search form .con_search > div:nth-of-type(n+5) {
    order: 1;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_main_search form .con_search {
    padding: 10px 15px;
  }
  .box_main_search form .con_search > div:nth-of-type(n+5) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search {
    display: block;
    padding: 8px 12px;
  }
}
.box_main_search form .con_search .box_form {
  border-right: 1px dotted #79756f;
  padding: 0 15px;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_main_search form .con_search .box_form {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .box_form {
    display: flex;
    align-items: center;
    border-right: none;
    border-bottom: 1px dotted #79756f;
    padding: 8px 0;
  }
}
.box_main_search form .con_search .box_form .st {
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .box_form .st {
    width: 44%;
    font-size: 0.9em;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.box_main_search form .con_search .box_form .st:before {
  font-family: FontAwesome;
  color: #b34d42;
  margin-right: 7px;
}
.box_main_search form .con_search .box_form .form {
  position: relative;
}
.box_main_search form .con_search .box_form .form input[type="text"] {
  width: 140px;
  font-size: 13px;
  border: none;
  padding: 2px 4px;
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .box_form .form input[type="text"] {
    font-size: 0.9em;
  }
}
.box_main_search form .con_search .box_form .form:before {
  content: "\f073";
  font-family: FontAwesome;
  color: #969696;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 5px;
}
.box_main_search form .con_search .box_form .select select {
  font-size: 13px;
  border: none;
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .box_form .select select {
    font-size: 0.9em;
  }
}
.box_main_search form .con_search .box_form .select span {
  font-size: 13px;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .box_form .select span {
    font-size: 0.9em;
  }
}
.box_main_search form .con_search .box_form ul {
  display: flex;
}
.box_main_search form .con_search .box_form ul li {
  background-color: #000;
  padding: 4px 12px;
  margin-right: 1px;
}
.box_main_search form .con_search .box_form ul li label {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .box_form ul li label {
    font-size: 0.9em;
  }
}
.box_main_search form .con_search .box_form ul li label input {
  margin-right: 5px;
}
.box_main_search form .con_search .box_form ul li:last-of-type {
  margin-right: 0;
}
.box_main_search form .con_search .box_form.in {
  padding: 0 15px 0 0;
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .box_form.in {
    padding: 0 0 8px 0;
  }
}
.box_main_search form .con_search .box_form.in .st:before {
  content: "\f073";
}
.box_main_search form .con_search .box_form.out .st:before {
  content: "\f073";
}
.box_main_search form .con_search .box_form.room .st:before {
  content: "\f0f7";
}
.box_main_search form .con_search .box_form.room .select select {
  width: 45px;
  padding: 2px;
}
.box_main_search form .con_search .box_form.people .st:before {
  content: "\f007";
}
.box_main_search form .con_search .box_form.people .select select {
  width: 45px;
  padding: 2px;
}
.box_main_search form .con_search .box_form.people .txt_coution {
  font-size: 11px;
  color: #fff;
  margin-top: 5px;
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .box_form.people .txt_coution {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_main_search form .con_search .box_form.smoke {
    padding: 0 15px 0 0;
  }
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .box_form.smoke .st {
    width: 25%;
  }
}
.box_main_search form .con_search .box_form.smoke .st:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 15px;
  background-image: url(../images/common/ic_smo.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 7px;
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .box_form.smoke ul {
    margin-left: auto;
  }
}
.box_main_search form .con_search .box_form.breakfast .st:before {
  content: "\f0f5";
}
.box_main_search form .con_search .btn_red {
  align-self: center;
  width: 190px;
  padding: 0 15px;
  margin: 0;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_main_search form .con_search .btn_red {
    flex: 1;
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .btn_red {
    width: 80%;
    padding: 0;
    margin: 12px auto 0;
  }
}
.box_main_search form .con_search .btn_red button {
  font-size: 13px;
  border: 3px solid #fff;
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .btn_red button {
    font-size: 0.9em;
  }
}
.box_main_search form .con_search .box_btn {
  align-self: center;
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .box_btn {
    text-align: center;
    margin-top: 4px;
  }
}
.box_main_search form .con_search .box_btn a {
  display: block;
  font-size: 13px;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .box_btn a {
    display: inline;
    font-size: 0.9em;
  }
}
.box_main_search form .con_search .box_btn a:after {
  content: "\f0a9";
  font-family: FontAwesome;
  margin-left: 5px;
}

/* 検索窓のカレンダーの設定 */
.ui-datepicker {
  z-index: 100000 !important;
}

/* .box_sub_search */
.box_sub_search {
  display: none;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_sub_search {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  .box_sub_search {
    display: block;
  }
}
.box_sub_search .con_nav_2 .st_nav {
  position: relative;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  background-color: #000;
  padding: 15px 0;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_sub_search .con_nav_2 .st_nav {
    font-size: 0.9rem;
    padding: 0.8rem 0;
  }
}
@media only screen and (max-width: 736px) {
  .box_sub_search .con_nav_2 .st_nav {
    font-size: 0.9rem;
    padding: 0.8rem 0;
  }
}
.box_sub_search .con_nav_2 .st_nav:after {
  content: "▼";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #000;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_sub_search .con_nav_2 .st_nav:after {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  .box_sub_search .con_nav_2 .st_nav:after {
    display: none;
  }
}
.box_sub_search .con_nav_2 .st_nav:before {
  content: "\f0fe";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .box_sub_search .con_nav_2 .st_nav:before {
    display: none;
  }
}
.box_sub_search .con_nav_2 .st_nav.active:after {
  content: "▼";
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: #000;
}
.box_sub_search .con_nav_2 .st_nav.active:before {
  content: "\f146";
}
.box_sub_search .con_nav_2 .wrp_hide {
  background-color: #313232;
  padding: 15px;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_sub_search .con_nav_2 .wrp_hide {
    padding: 0.75rem;
  }
}
@media only screen and (max-width: 736px) {
  .box_sub_search .con_nav_2 .wrp_hide {
    padding: 0.75rem;
  }
}
.box_sub_search .con_nav_2 .wrp_hide li a {
  font-size: 14px;
  text-align: left;
  padding-left: 15px;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_sub_search .con_nav_2 .wrp_hide li a {
    font-size: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media only screen and (max-width: 736px) {
  .box_sub_search .con_nav_2 .wrp_hide li a {
    font-size: 0.75rem;
    padding-left: 0.75rem;
  }
}
.box_sub_search .con_nav_2.left {
  width: 75%;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_sub_search .con_nav_2.left {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  .box_sub_search .con_nav_2.left {
    width: 100%;
  }
}
.box_sub_search .con_nav_2.left .st_nav {
  border-right: 1px solid #313232;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_sub_search .con_nav_2.left .st_nav {
    border-right: none;
    border-bottom: 1px solid #313232;
  }
}
@media only screen and (max-width: 736px) {
  .box_sub_search .con_nav_2.left .st_nav {
    border-right: none;
    border-bottom: 1px solid #313232;
  }
}
.box_sub_search .con_nav_2.left .wrp_hide {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  .box_sub_search .con_nav_2.left .wrp_hide {
    display: block;
  }
}
.box_sub_search .con_nav_2.left .wrp_hide li {
  width: 32%;
  margin-right: 2%;
}
.box_sub_search .con_nav_2.left .wrp_hide li:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 736px) {
  .box_sub_search .con_nav_2.left .wrp_hide li:last-of-type {
    margin: 0 auto 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_sub_search .con_nav_2.left .wrp_hide li {
    width: 33%;
    margin-right: 0.2%;
  }
}
@media only screen and (max-width: 736px) {
  .box_sub_search .con_nav_2.left .wrp_hide li {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0.5rem;
  }
}
.box_sub_search .con_nav_2.right {
  width: 25%;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_sub_search .con_nav_2.right {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  .box_sub_search .con_nav_2.right {
    width: 100%;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_sub_search .con_nav_2.right .wrp_hide li {
    width: 33%;
  }
}
@media only screen and (max-width: 736px) {
  .box_sub_search .con_nav_2.right .wrp_hide li {
    width: 100%;
    max-width: 100%;
  }
}

/*----------------------------------------------------
	.box_goto
----------------------------------------------------*/
.box_goto {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .box_goto {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_goto {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 736px) {
  .box_goto {
    margin-top: -7%;
    position: relative;
  }
}

/*----------------------------------------------------
	.box_dp
----------------------------------------------------*/
.box_dp {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 1025px) {
  .box_dp {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* -----------------------------------------------------------
	#contents（コンテンツ）
----------------------------------------------------------- */
#contents #topicpath {
  padding: 10px 15px;
  overflow: hidden;
}
#contents #topicpath li {
  float: left;
  font-size: .8em;
  margin-right: 5px;
}
#contents #topicpath li.home {
  background: url(../images/common/ic_home.png) left center no-repeat;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  -webkit-background-size: 12px;
  background-size: 12px;
  padding-left: 20px;
}
#contents #topicpath li a {
  background: url(../images/common/ic_topicpath.png) right center no-repeat;
  display: block;
  padding-right: 12px;
  text-decoration: underline;
}
#contents h2#title {
  text-align: center;
  line-height: 1.1;
  font-size: 1.6em;
  font-weight: normal;
  padding-bottom: 15px;
  color: #b34d42;
  position: relative;
  z-index: 3;
}
#contents h2#title span {
  display: block;
  font-size: .6em;
  color: #d3cbbf;
}
#contents h2#title_s {
  text-align: center;
  font-size: 1.6em;
  font-weight: normal;
  color: #323232;
  position: relative;
  line-height: 1.1;
  max-width: 1280px;
  margin: 20px auto 15px;
}
#contents h2#title_s:before {
  content: "";
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 2px 2px 2px #dbdbdb inset;
  -webkit-box-shadow: 2px 2px 2px #dbdbdb inset;
  box-shadow: 2px 2px 2px #dbdbdb inset;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  line-height: 1.2;
}
@media only screen and (min-width: 737px) {
  #contents h2#title_s:before {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 1025px) {
  #contents h2#title_s:before {
    margin-right: 12px;
    width: 41px;
    height: 41px;
  }
}
#contents h2#title_s span {
  line-height: 1.4;
}
#contents h2#title_s span:first-letter {
  color: #b34d42;
}
#contents h2#title_s small {
  font-size: .7em;
  display: inline-block;
  position: relative;
  color: #b34d42;
}
#contents h2#title_s small:before {
  content: "";
  position: absolute;
  width: 110%;
  height: 3px;
  background: #b34d42;
  top: -6px;
  left: -5%;
}
#contents #contents_inner {
  background: #eee;
  padding: 30px 15px;
}
#contents #contents_inner .wrp_inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  padding: 15px !important;
}
@media only screen and (min-width: 1025px) {
  #contents #contents_inner .wrp_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 737px) {
  #contents #topicpath li {
    font-size: .9em;
  }
}
@media only screen and (min-width: 1025px) {
  #contents #topicpath {
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 0;
  }
  #contents #topicpath li {
    line-height: 20px;
  }
  #contents #topicpath li.home {
    background: url(../images/common/ic_home.png) left center no-repeat;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    -webkit-background-size: 20px;
    background-size: 20px;
    padding-left: 30px;
  }
  #contents h2#title {
    font-size: 2em;
    padding-bottom: 20px;
    z-index: 2;
  }
  #contents h2#title span {
    font-size: .6em;
  }
  #contents h2#title_s {
    font-size: 2em;
  }
  #contents h2#title_s small:before {
    position: absolute;
    height: 3px;
    background: #b34d42;
    top: -8px;
  }
  #contents #contents_inner {
    padding: 40px 0 50px;
  }
  #contents #contents_inner .wrp_inner {
    padding: 30px !important;
  }
}

/* 背景白ページ用。最初のボックスにpadding-topを付与（jsで判定） */
.pt {
  padding-top: 50px;
}
@media only screen and (min-width: 1025px) {
  .pt {
    padding-top: 30px;
  }
}

/* -----------------------------------------------------------
	#btn_bnner
----------------------------------------------------------- */
#btn_bnner {
  position: absolute;
  width: 100%;
}
#btn_bnner a {
  position: relative;
  z-index: 800;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 737px) {
  #btn_bnner a {
    top: 25px;
    left: 80%;
  }
}
@media only screen and (max-width: 736px) {
  #btn_bnner a {
    top: 15px;
    left: 80%;
  }
}
@media only screen and (min-width: 1025px) {
  #btn_bnner a {
    left: 82%;
    top: 60px;
  }
}
@media only screen and (min-width: 737px) {
  #btn_bnner a img {
    width: 150px;
  }
}
@media only screen and (max-width: 736px) {
  #btn_bnner a img {
    width: 70px;
  }
}
@media only screen and (min-width: 1025px) {
  #btn_bnner a img {
    width: 200px;
  }
}

/* -----------------------------------------------------------
	#btn_ptop（PAGE TOPボタン）
----------------------------------------------------------- */
#btn_ptop {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 15px;
  bottom: 15px;
  z-index: 800;
}
@media only screen and (min-width: 737px) {
  #btn_ptop {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  #btn_ptop {
    width: auto;
    height: auto;
  }
}

/* -----------------------------------------------------------
	#footer（フッター）
----------------------------------------------------------- */
#footer {
  background: #f3f3f3;
  padding: 25px 0;
}
#footer .wrp_group {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1025px) {
  #footer .wrp_group {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
#footer .wrp_group .st_basic {
  display: none;
}
#footer .wrp_group .con_hotellist {
  display: none;
}
#footer .wrp_group .link_gr {
  overflow: hidden;
  margin-bottom: 25px;
}
#footer .wrp_group .link_gr li {
  width: 50%;
  float: left;
  padding: 2px 2px;
}
#footer .wrp_group .link_gr li a {
  display: block;
  text-align: center;
  border: 1px solid #bbbbbb;
  padding: 5px;
}
#footer .wrp_group .link_gr li a img {
  vertical-align: bottom;
}
#footer .wrp_fnav {
  padding: 15px 0;
  background: #e7e7e7;
}
#footer .wrp_fnav ul {
  text-align: center;
  letter-spacing: -.5em;
}
#footer .wrp_fnav ul li {
  letter-spacing: normal;
  display: inline-block;
  border-left: 1px solid #bbbbbb;
}
#footer .wrp_fnav ul li:first-child {
  border-left: none;
}
#footer .wrp_fnav ul li a {
  display: block;
  padding: 2px 10px;
  line-height: 1;
  text-decoration: underline;
  font-size: .9em;
}
#footer .wrp_address {
  background: #dbdbdb;
  padding: 25px 0;
}
#footer .wrp_address .logo_s {
  text-align: center;
  margin-bottom: 10px;
}
#footer .wrp_address .logo_s a {
  display: block;
}
#footer .wrp_address .logo_s a p {
  display: inline-block;
  background: url(../images/common/ic_logo.png) left center no-repeat;
  -moz-background-size: 30px, 30px;
  -o-background-size: 30px, 30px;
  -webkit-background-size: 30px, 30px;
  background-size: 30px, 30px;
  padding-left: 35px;
  line-height: 30px;
  font-weight: bold;
  font-size: 1.2em;
}
#footer .wrp_address address {
  font-size: .9em;
  text-align: center;
}
#footer .copyright {
  font-size: .8em;
  padding: 15px 60px 0 15px;
}
@media only screen and (min-width: 737px) {
  #footer {
    padding: 45px 0;
  }
  #footer .wrp_group .st_basic {
    display: block;
    font-size: 1.4em;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
  }
  #footer .wrp_group .st_basic h3 {
    font-weight: normal;
  }
  #footer .wrp_group .st_basic span {
    display: block;
    font-size: .8em;
  }
  #footer .wrp_group .st_basic span:first-letter {
    color: #b34d42;
  }
}
@media only screen and (min-width: 737px) and (min-width: 737px) {
  #footer .wrp_group .st_basic {
    background: url(../images/common/ic_slash.png) center 0 no-repeat;
    min-height: 41px;
    overflow: hidden;
  }
  #footer .wrp_group .st_basic h3 {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 20px;
  }
  #footer .wrp_group .st_basic span {
    float: right;
    width: 50%;
    text-align: left;
    display: inline-block;
    height: 0;
    padding-top: 41px;
    overflow: hidden;
    background: url("../images/footer/st_group.png") 20px bottom no-repeat;
  }
}
@media only screen and (min-width: 737px) {
  #footer .wrp_group .con_hotellist {
    display: block;
    *zoom: 1;
    margin-bottom: 50px;
  }
  #footer .wrp_group .con_hotellist:after {
    content: "";
    display: table;
    clear: both;
  }
  #footer .wrp_group .con_hotellist .box_list {
    width: 16.66667%;
    float: left;
    padding: 0 7px;
  }
  #footer .wrp_group .link_gr {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  #footer .wrp_group .link_gr li {
    width: 15%;
    float: none;
    padding: 0;
    border-right: 1px solid #bbbbbb;
  }
  #footer .wrp_group .link_gr li:first-child {
    border-left: 1px solid #bbbbbb;
  }
  #footer .wrp_group .link_gr li a {
    border: none;
  }
  #footer .wrp_fnav ul li a {
    font-size: 1em;
  }
  #footer .wrp_fnav ul li a:hover {
    text-decoration: none;
  }
  #footer .wrp_address {
    text-align: center;
  }
  #footer .wrp_address .logo_s,
  #footer .wrp_address address {
    display: inline-block;
  }
  #footer .wrp_address .logo_s {
    margin-bottom: 0;
    margin-right: 10px;
  }
  #footer .wrp_address .logo_s a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  #footer .wrp_address address br {
    display: none;
  }
  #footer .copyright {
    padding: 15px;
    text-align: center;
  }
}

/* -----------------------------------------------------------
	Table（表設定）
----------------------------------------------------------- */
table.tbl_basic {
  border: 1px solid #fff;
  border-bottom: none;
}
table.tbl_basic th, table.tbl_basic td {
  padding: 10px 10px;
  border: 1px solid #fff;
  border-top: none;
  text-align: left;
  font-size: .9em;
}
table.tbl_basic th {
  background: #f1e1bd;
  width: 30%;
  font-weight: normal;
}
table.tbl_basic td {
  background: #eeeeee;
  width: 70%;
}
@media only screen and (min-width: 737px) {
  table.tbl_basic th {
    width: 20%;
  }
  table.tbl_basic td {
    width: 80%;
  }
}

/* -----------------------------------------------------------
	#drawer_list（ドロワーボックス）
----------------------------------------------------------- */
#drawer_list {
  background: #f3f3f3;
  padding: 15px;
  width: 200px;
}
#drawer_list .box_list {
  padding-bottom: 30px;
}
#drawer_list .btn_drawer_close {
  position: absolute;
  width: 50px;
  top: 45px;
  right: 200px;
  background: #000;
  cursor: pointer;
  -moz-border-radius: 10px 0 0 10px / 10px 0 0 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px 0 0 10px / 10px 0 0 10px;
  z-index: 10000;
  text-align: center;
}
#drawer_list .btn_drawer_close i {
  color: #fff;
  line-height: 50px;
  font-size: 1.4em;
}
@media only screen and (min-width: 737px) {
  #drawer_list {
    width: 300px;
  }
  #drawer_list .btn_drawer_close {
    right: 300px;
  }
}
@media only screen and (min-width: 1025px) {
  #drawer_list .btn_drawer_close:hover {
    background: #333333;
  }
}

.drawer-main {
  overflow: visible !important;
  *zoom: 1;
}
.drawer-main:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	.con_hotellist（ホテルリスト共通スタイル）
----------------------------------------------------------- */
.con_hotellist .box_list .st_area {
  background: #e7e7e7;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
}
.con_hotellist .box_list .st_hotel {
  font-weight: bold;
  margin-bottom: 5px;
}
.con_hotellist .box_list .st_hotel.wa {
  color: #b34d42;
}
.con_hotellist .box_list .st_hotel.rb {
  color: #3f7144;
}
.con_hotellist .box_list .st_hotel.na {
  color: #014ca4;
}
.con_hotellist .box_list .list.section {
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.con_hotellist .box_list .list li {
  font-size: .9em;
  position: relative;
}
.con_hotellist .box_list .list li:before {
  content: "●";
  font-size: .8em;
  position: absolute;
  left: 0;
  top: .3em;
}
.con_hotellist .box_list .list li a {
  display: inline-block;
  padding: 5px 0 5px 15px;
  line-height: 1;
}
.con_hotellist .box_list .list li a:hover {
  text-decoration: underline;
}
.con_hotellist .box_list .list.wa li:before {
  color: #b34d42;
}
.con_hotellist .box_list .list.rb li:before {
  color: #3f7144;
}
.con_hotellist .box_list .list.na li:before {
  color: #014ca4;
}

/* -----------------------------------------------------------
	.con_hotel_bottom_bn（下部バナー共通スタイル（ホテル））
----------------------------------------------------------- */
.con_hotel_bottom_bn {
  background: #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  *zoom: 1;
}
.con_hotel_bottom_bn .inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1025px) {
  .con_hotel_bottom_bn .inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.con_hotel_bottom_bn .inner li {
  margin-bottom: 15px;
}
.con_hotel_bottom_bn .inner li .catch img {
  width: auto !important;
  height: 20px !important;
}
@media only screen and (min-width: 737px) {
  .con_hotel_bottom_bn {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .con_hotel_bottom_bn .inner li {
    width: 32.33333%;
    margin: 0 .5%;
    float: left;
  }
}
@media only screen and (min-width: 1025px) {
  .con_hotel_bottom_bn {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .con_hotel_bottom_bn .inner li .catch img {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .con_hotel_bottom_bn .inner li .catch span {
    display: inline-block;
    vertical-align: middle;
  }
  .con_hotel_bottom_bn a .st_hot_box {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid transparent;
  }
  .con_hotel_bottom_bn a:hover .st_hot_box {
    border: 1px solid #ccc;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
  }
}

/* -----------------------------------------------------------
	.con_bottom_bn（下部バナー共通スタイル（総合））
----------------------------------------------------------- */
.con_bottom_bn {
  background: #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  *zoom: 1;
}
.con_bottom_bn .inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1025px) {
  .con_bottom_bn .inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.con_bottom_bn .inner li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (min-width: 737px) {
  .con_bottom_bn {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .con_bottom_bn a .st_box {
    overflow: hidden;
  }
  .con_bottom_bn .inner li {
    width: 32.33333%;
    margin: 0 .5%;
    float: left;
  }
}
@media only screen and (min-width: 1025px) {
  .con_bottom_bn {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .con_bottom_bn a {
    display: block;
  }
  .con_bottom_bn a .st_box {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .con_bottom_bn a .st_box:before {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .con_bottom_bn a .st_box:after {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .con_bottom_bn a:hover .st_box:before {
    top: -17px;
    left: -17px;
  }
  .con_bottom_bn a:hover .st_box:after {
    color: #b34d42;
  }
  .con_bottom_bn .inner li {
    width: 32.33333%;
    margin: 0 .5%;
    float: left;
  }
}
@media only screen and (min-width: 1281px) {
  .con_bottom_bn a {
    display: block;
    overflow: hidden;
  }
}

/*----------------------------------------------------
	.wrp_hot_intro（イントロ（ホテル用））
----------------------------------------------------*/
.wrp_hot_intro {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .wrp_hot_intro {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.wrp_hot_intro .view_pc {
  display: none;
}
.wrp_hot_intro .box_des h3 {
  -moz-background-size: 70px;
  -o-background-size: 70px;
  -webkit-background-size: 70px;
  background-size: 70px;
  font-weight: normal !important;
  color: #FFF;
  font-size: 1.1em;
  margin-bottom: 5px;
  padding: 10px 10px 10px 80px;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}
@media only screen and (min-width: 737px) {
  .wrp_hot_intro {
    margin-bottom: 50px;
  }
  .wrp_hot_intro .box_des h3 {
    font-size: 2em;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_hot_intro {
    margin-bottom: 30px;
  }
  .wrp_hot_intro .view_pc {
    display: block;
  }
  .wrp_hot_intro .box_des {
    max-width: 1190px;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: -30px;
  }
  .wrp_hot_intro .box_des h3 {
    float: left;
    -moz-background-size: 110px;
    -o-background-size: 110px;
    -webkit-background-size: 110px;
    background-size: 110px;
    font-size: 2.4em;
    line-height: 1.1;
    padding: 10px 50px 10px 130px;
  }
  .wrp_hot_intro .box_des h3 b {
    font-size: 1.15em;
    font-weight: normal;
  }
  .wrp_hot_intro .box_des .intro_txt {
    float: left;
    margin: 50px 0 0 20px;
    width: 48%;
  }
}

/*----------------------------------------------------
	.wrp_hotel_intro（イントロ (ホテル用)）
----------------------------------------------------*/
.wrp_hotel_intro {
  padding: 0 15px;
  margin-bottom: 50px;
}
.wrp_hotel_intro .view_pc {
  display: none;
}
.wrp_hotel_intro .con_intro {
  position: relative;
}
.wrp_hotel_intro .con_intro .img_main {
  margin-bottom: 10px;
}
.wrp_hotel_intro .con_intro .box_caption h3 {
  font-weight: normal;
  color: #533115;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.wrp_hotel_intro .con_intro .box_caption .intro_txt {
  font-size: .9em;
  margin-bottom: 10px;
}
.wrp_hotel_intro .con_intro .box_caption .con_sub {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 30px;
}
.wrp_hotel_intro .con_intro .box_caption .con_sub .box_sub {
  width: 49%;
  margin: 0 .5%;
  float: left;
  position: relative;
}
.wrp_hotel_intro .con_intro .box_caption .con_sub .box_sub .txt_sub {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px 0;
  background: rgba(178, 78, 69, 0.8);
  color: #fff;
  text-align: center;
  font-size: .9em;
}
@media only screen and (min-width: 737px) {
  .wrp_hotel_intro {
    *zoom: 1;
    background: #f1e1bf;
    padding: 0;
  }
  .wrp_hotel_intro:after {
    content: "";
    display: table;
    clear: both;
  }
  .wrp_hotel_intro .con_intro {
    min-height: 205px;
  }
  .wrp_hotel_intro .con_intro:before {
    position: absolute;
    z-index: 1;
    content: "";
    background: url("../images/common/bg_gra.png") repeat-y center center;
    height: 100%;
    width: 123px;
    top: 0;
    right: 60%;
  }
  .wrp_hotel_intro .con_intro .img_main {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -763px;
  }
  .wrp_hotel_intro .con_intro .box_caption {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    min-height: 205px;
    background: #f1e1bf;
    padding-top: 50px;
    padding-right: 15px;
  }
  .wrp_hotel_intro .con_intro .box_caption h3 {
    font-size: 2em;
    text-shadow: 0 0 5px #fff;
  }
  .wrp_hotel_intro .con_intro .box_caption .intro_txt {
    font-size: 1em;
  }
  .wrp_hotel_intro .con_intro .box_caption .con_sub .box_sub {
    max-width: 260px;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_hotel_intro .view_pc {
    display: block;
  }
  .wrp_hotel_intro .con_intro:before {
    right: 54%;
  }
  .wrp_hotel_intro .con_intro .box_caption {
    width: 54%;
    padding-left: 20px;
  }
  .wrp_hotel_intro .con_intro .box_caption h3 {
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .wrp_hotel_intro .con_intro .box_caption h3 b {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1281px) {
  .wrp_hotel_intro {
    max-width: 1600px;
    margin: 0 auto 50px;
  }
  .wrp_hotel_intro .con_intro .img_main {
    position: static;
    margin: 0;
  }
  .wrp_hotel_intro .con_intro .box_caption .inner {
    width: 600px;
  }
}

#box_atn {
  text-align: center;
  width: 95%;
  margin: 0% auto 2%;
  border: 2px solid #ff0000;
  padding: 1%;
}
#box_atn h3 {
  padding: 0% 0% 0% 0%;
  font-size: 160%;
}
#box_atn a {
  text-decoration: underline;
}
#box_atn a:hover {
  opacity: 0.6;
}
@media only screen and (min-width: 1025px) {
  #box_atn {
    text-align: center;
    max-width: 1280px;
  }
}

.new_search {
  background-color: #313232;
}
.new_search .wrp_new_search {
  position: relative;
  width: 1280px;
  padding: 15px 0;
  margin: 0 auto;
}
.new_search .wrp_new_search .lnk_bestrate {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  object-fit: contain;
  vertical-align: middle;
  z-index: 9999;
}
.new_search .wrp_new_search form {
  display: flex;
}
.new_search .wrp_new_search form .con_select_hotel {
  width: 17%;
  border-right: 1px dotted #79756f;
  padding-right: 15px;
}
.new_search .wrp_new_search form .con_select_hotel .txt_search_hotel {
  color: #fff;
  margin-bottom: 5px;
}
.new_search .wrp_new_search form .con_select_hotel .txt_search_hotel:before {
  content: "\f1ad";
  font-family: FontAwesome;
  color: #b34d42;
  margin-right: 7px;
}
.new_search .wrp_new_search form .con_select_hotel .box_hotel_form select {
  width: 100%;
  padding: 2px;
}
.new_search .wrp_new_search form .con_search {
  display: flex;
  flex: 1;
}
.new_search .wrp_new_search form .con_search .wrp_box {
  display: flex;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form {
  border-right: 1px dotted #79756f;
  padding: 0 15px;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form .st {
  color: #fff;
  margin-bottom: 5px;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form .form input {
  width: 80%;
  padding: 2px 4px;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.in {
  width: 190px;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.in .st:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 15px;
  background-image: url(../images/common/ic_cal.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 7px;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.in .form span {
  color: #fff;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.out {
  width: 190px;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.out .st:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 15px;
  background-image: url(../images/common/ic_cal.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 7px;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.out .form span {
  color: #fff;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.room {
  width: 120px;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.room .st:before {
  content: "\f1ad";
  font-family: FontAwesome;
  color: #b34d42;
  margin-right: 7px;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.room .select select {
  padding: 2px;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.room .select span {
  color: #fff;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.smoke {
  flex: 1;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.smoke .st:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 15px;
  background-image: url(../images/common/ic_smo.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 7px;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.smoke ul {
  display: flex;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.smoke ul li {
  margin-right: 10px;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.smoke ul li label {
  color: #fff;
}
.new_search .wrp_new_search form .con_search .wrp_box .box_form.smoke ul li label input {
  vertical-align: -2px;
  margin-right: 5px;
}
.new_search .wrp_new_search form .con_search .wrp_box .btn_red {
  width: 240px;
  padding: 15px;
}
.new_search .wrp_new_search form .con_search .box_btn {
  display: flex;
  align-items: center;
}
.new_search .wrp_new_search form .con_search .box_btn a {
  color: #fff;
}
.new_search .wrp_new_search form .con_search .box_btn a:after {
  content: "\f0a9";
  font-family: FontAwesome;
  margin-left: 5px;
}

#new_search {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10000;
}

.js-time_limited {
  display: none;
}

.js-time_limited_fire {
  display: block;
}
