@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;
}

html:not(.touch) a:hover {
  text-decoration: none;
}
html.ua_pc a[href^="tel"] {
  color: #000;
  text-decoration: none;
  cursor: default;
}

body {
  color: #323232;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-size: .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;
}

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;
  }
}

/* -----------------------------------------------------------
	#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;
  /* .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;
  	a {
  		padding: 0 15px;
  		line-height: 40px;
  		display: block;
  		color: #fff;
  		font-size: .9em;
  	}
  } */
}
#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: #297950;
  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;
}

/* -----------------------------------------------------------
	#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: 0 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: 50px, 50px;
  -o-background-size: 50px, 50px;
  -webkit-background-size: 50px, 50px;
  background-size: 50px, 50px;
  padding-left: 55px;
  font-weight: bold;
}

#header .wrp_header .logo a p span, #header_sougou .wrp_header .logo a p span {
  display: block;
  line-height: 1.1;
}

#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: left;
  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: #3f7144;
}

#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 {
  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 {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

#header_sougou .con_header_fix.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
#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 .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;
    font-size: .7em;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center;
  }

  #header .wrp_header .logo a, #header_sougou .wrp_header .logo a {
    padding: 0;
    text-align: center;
  }

  #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;
  }

  #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: 46%;
  }

  #header .wrp_header .con_header .nav_sub, #header_sougou .wrp_header .con_header .nav_sub {
    display: block;
    float: left;
    width: 54%;
  }

  #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.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: 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: 30px 0 20px;
    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;
  }

  #header .wrp_header .con_header_fix .logo h1, #header_sougou .wrp_header .con_header_fix .logo h1 {
    font-size: .9em;
    margin: 0;
    text-align: left;
    position: absolute;
    left: 110px;
    top: 0;
  }

  #header .wrp_header .con_header_fix .logo a, #header_sougou .wrp_header .con_header_fix .logo a {
    display: inline-block;
    text-align: left;
  }

  #header .wrp_header .con_header_fix .logo a p, #header_sougou .wrp_header .con_header_fix .logo a p {
    -moz-background-size: 100px, 60px;
    -o-background-size: 100px, 60px;
    -webkit-background-size: 100px, 60px;
    background-size: 100px, 60px;
    font-size: 2.4em;
    height: 60px;
    line-height: auto;
    padding: 20px 0 0 110px;
    letter-spacing: 1.5px;
  }

  #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, #header_sougou .wrp_header .con_header {
    width: 38%;
    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, #header .wrp_header .con_header .nav_sub, #header_sougou .wrp_header .con_header .nav_sub {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 737px) {
  #header_sougou .wrp_header .con_header .nav_sub {
    width: 100%;
  }
  #header_sougou .wrp_header .con_header .nav_sub ul {
    text-align: center;
  }
  #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: 65%;
  }
  #header_sougou .wrp_header .con_header {
    width: 35%;
  }
  #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 10px auto;
  }
  #header_sougou .wrp_header .con_header .nav_lang ul {
    padding: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1281px) {
  #header_sougou .wrp_header .con_header_fix, #header_sougou .wrp_header .con_header {
    width: 50%;
  }
}
.wrp_member_top {
  background: #292929;
  border-top: 1px solid #5A5A5A;
}
.wrp_member_top .con_member_top {
  color: #fff;
  text-align: left;
}
.wrp_member_top .con_member_top .box_txt {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 6px 10px;
}
.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;
}
.wrp_member_top .con_member_top .box_txt .txt i {
  margin-right: .5em;
  font-size: 1.3em;
  color: #297950;
}
.wrp_member_top .con_member_top .box_txt .txt i.icon_point {
  color: #fff;
  background: #297950;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: .9em;
  padding: 3px 5px 2px;
  font-style: normal;
}
.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;
}
.wrp_member_top .con_member_top .box_txt .txt span.deadline {
  font-size: 1.25em;
  padding: 0 0 0 .2em;
}
.wrp_member_top .con_member_top .btns {
  overflow: hidden;
  *zoom: 1;
  display: none;
}
.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;
}

@media only screen and (min-width: 737px) {
  .wrp_member_top .con_member_top {
    text-align: right;
  }
}
@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;
  }
}
@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;
  }
}
@media only screen and (min-width: 737px) {
  .wrp_member_top .con_member_top .box_txt .txt i {
    font-size: 1.6em;
    margin-right: .25em;
  }
}
@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;
  }
}
@media only screen and (min-width: 737px) {
  .wrp_member_top .con_member_top .box_txt .txt span.point {
    padding: 0 .3em 0 0;
  }
}
@media only screen and (min-width: 737px) {
  .wrp_member_top .con_member_top .box_txt .txt span.deadline {
    padding: 0 0 0 .3em;
  }
}
@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;
  }
}
/* -----------------------------------------------------------
	#box_atn
----------------------------------------------------------- */
#box_atn .txt_title {
  cursor: pointer;
}
#box_atn .txt_desc {
  display: none;
}

/* -----------------------------------------------------------
	.wrp_nav（ナビゲーションエリア）
----------------------------------------------------------- */
.wrp_nav {
  background: #297950;
  border-bottom: 2px solid #154c30;
}
.wrp_nav.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10000;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@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 #3f7144;
}
#gnav ul li a span {
  display: none;
  color: #154c30;
}
#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: 16.66667%;
    padding: 0;
    border-left: 1px solid #4f9570;
  }

  .sougou #gnav ul li {
    width: 14.2857%;
  }
  .sougou #gnav ul li.gnav_hom {
    display: block;
  }

  #gnav ul li:first-child {
    border-left: 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: #216140;
  }
  #gnav ul li a:hover span, #gnav ul li a.active span {
    color: #fff;
  }
  #gnav ul li.gnav_rsv a {
    background: #34a169;
  }
  #gnav ul li.gnav_rsv:before {
    background: none;
    -moz-background-size: 60px;
    -o-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    width: 60px;
    height: 60px;
    top: -10px;
    left: -10px;
  }
}
@media only screen and (min-width: 1025px) {
  #gnav ul li a {
    font-size: 1.1em;
  }
  #gnav ul li a:hover, #gnav ul li a.active {
    background: #216140;
  }
  #gnav ul li a:hover span, #gnav ul li a.active span {
    color: #fff;
  }
  #gnav ul li.gnav_rsv:before {
    background: none;
    -moz-background-size: 60px;
    -o-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    width: 60px;
    height: 60px;
    top: -10px;
    left: -10px;
  }
}
/* -----------------------------------------------------------
	.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_sub {
	margin-bottom: 10px;
	ul {
		overflow: hidden;
		li {
		float: left;
		width: 50%;
		padding: 0 2px;
		margin-bottom: 3px;
		}
	}
}

.sougou .nav_sub ul li {
	width: 100%;
	float: none;
	margin-bottom: 5px;
	&.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;
	}
	&.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;
	}
	&.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;
	}
}

.nav_sub ul li {
	a {
		display: block;
		text-align: center;
		font-size: .8em;
		border: 1px solid #bbbbbb;
		padding: 10px 0;
		span {
		display: inline-block;
		}
		i {
		color: #b34d42;
		margin-right: 5px;
		}
	}
	&.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;
	}
	&.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;
	}
	&.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;
	}
	&.snav_faq span {
		background: url(../images/common/ic_faq.png) left center no-repeat;
		-moz-background-size: 15px;
		-o-background-size: 15px;
		-webkit-background-size: 15px;
		background-size: 15px;
		padding-left: 20px;
	}
}

@include mq(tab) {
	.nav_sub {
		margin-bottom: 0;
		ul {
			text-align: right;
			li {
				float: none;
				padding: 0;
				width: auto;
				display: inline-block;
				margin-left: 5px;
				a {
					padding: 0;
					text-align: left;
					border: none;
					font-size: .9em;
					&:hover span {
						text-decoration: underline;
					}
				}
			}
		}
	}
}

@include mq(pc) {
	.nav_sub ul {
		text-align: right;
		padding: 0 10px 0 0;
	}
}

@include mq(tab) {
	#header_sougou {
		.nav_lang ul {
		text-align: center;
		li:before {
			color: #0B5731;
		}
		}
		.nav_sub {
		.snav_cha a, .snav_res a, .snav_poi a, .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;
		}
		.snav_cha a:hover, .snav_res a:hover, .snav_poi a:hover, .snav_news a:hover {
			background: #efefef;
		}
		.snav_cha a:hover span, .snav_res a:hover span, .snav_poi a:hover span, .snav_news a:hover span {
			text-decoration: none;
		}
		.snav_cha a span, .snav_res a span, .snav_poi a span, .snav_news a span {
			background: url(../images/common/ic_small_r.png) no-repeat left center;
			padding-left: 20px;
		}
		.snav_cha a .fa, .snav_res a .fa, .snav_poi a .fa, .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;
}

/* -----------------------------------------------------------
	.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;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          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: -30px;
  }
}
@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: 45px;
  }
}
@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: -190px;
    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%;
  -webkit-transform: translateX(-50%) translateY(-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;
  -webkit-transform: translateY(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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     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;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 736px) {
  .box_main_search .lnk_bestrate {
    top: -2em;
    left: auto;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 50px;
    height: 50px;
  }
}
.box_main_search form .con_select_hotel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .box_main_search form .con_select_hotel {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #297950;
    border-bottom: none;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_select_hotel {
    display: block;
    background-color: #297950;
    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: #297950;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: #297950;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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_green {
  -ms-flex-item-align: center;
      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_green {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .btn_green {
    width: 80%;
    padding: 0;
    margin: 12px auto 0;
  }
}
.box_main_search form .con_search .btn_green button {
  font-size: 13px;
  border: 3px solid #fff;
}
@media only screen and (max-width: 736px) {
  .box_main_search form .con_search .btn_green button {
    font-size: 0.9em;
  }
}
.box_main_search form .con_search .box_btn {
  -ms-flex-item-align: center;
      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%;
  -webkit-transform: translateX(-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%;
  -webkit-transform: translateY(-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%;
  -webkit-transform: translateX(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: 12%;
    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: #297950;
  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: #297950;
}
#contents h2#title_s small {
  font-size: .7em;
  display: inline-block;
  position: relative;
  color: #297950;
}
#contents h2#title_s small:before {
  content: "";
  position: absolute;
  width: 110%;
  height: 3px;
  background: #297950;
  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: #297950;
    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;
  }
}

/* contents {
	#topicpath {
		padding: 10px 15px;
		overflow: hidden;

		li {
		float: left;
		font-size: .8em;
		line-height: 12px;
		margin-right: 5px;

		&.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;
		}

		a {
			background: url(../images/common/ic_topicpath.png) right center no-repeat;
			display: block;
			padding-right: 12px;
			text-decoration: underline;
		}
		}
	}

	h2 {
		&#title {
		text-align: center;
		line-height: 1.2;
		font-size: 1.6em;
		font-weight: normal;
		padding-bottom: 15px;
		color: #297950;
		position: relative;
		span {
			display: block;
			font-size: .8em;
			color: #d3cbbf;
		}
		}
		&#title_s {
		text-align: center;
		font-weight: normal;
		color: #323232;
		&: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;
		}

		span {
			display: inline-block;
			font-size: 1.3em;
			line-height: 1.2;
			vertical-align: middle;
			margin-bottom: 5px;
		}
		}
	}
}

@include mq(tab) {
  #contents #topicpath li {
    font-size: .9em;
  }
}

@include mq(pc) {
  #contents {
    #topicpath {
      max-width: 1280px;
      margin: 0 auto;
      padding: 10px 0;

      li {
        line-height: 20px;

        &.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;
        }
      }
    }

    h2#title {
      font-size: 2.6em;
      padding-bottom: 20px;
      z-index: 2;

      span {
        font-size: .5em;
      }
    }
  }
}

@include mq(tab) {
  #contents h2#title_s:before {
    width: 35px;
    height: 35px;
  }
}

@include mq(pc) {
  #contents h2#title_s:before {
    margin-right: 12px;
    width: 41px;
    height: 41px;
  }
}

@include mq(tab) {
  #contents h2#title_s span {
    font-size: 1.5em;
  }
}

@include mq(pc) {
  #contents h2#title_s span {
    font-size: 1.9em;
  }
} */
/* -----------------------------------------------------------
	#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;
}
#footer .wrp_group .st_basic,
#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: 20px;
}
#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: 35px;
  font-weight: bold;
  font-size: 1.1em;
}
#footer .wrp_address address {
  font-size: .9em;
  text-align: center;
}
#footer .wrp_address address a {
  text-decoration: underline;
}
#footer .copyright {
  font-size: .8em;
  padding: 15px 60px 0 15px;
}

@media only screen and (min-width: 1025px) {
  #footer .wrp_group {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@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: #3f7144;
  }
}
@media only screen 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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		表設定
----------------------------------------------------------- */
.tbl_basic {
  border-top: 1px solid #bbbbbb;
  border-bottom: none;
}
.tbl_basic th, .tbl_basic td {
  padding: 10px 10px;
  border-bottom: 1px solid #bbbbbb;
  border-top: none;
  text-align: left;
}
.tbl_basic th {
  width: 30%;
  font-weight: normal;
  background: #f3f3f3;
}
.tbl_basic td {
  width: 70%;
}

@media only screen and (min-width: 737px) {
  .tbl_basic th {
    width: 20%;
  }
}
@media only screen and (min-width: 737px) {
  .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;
  *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;
}
.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: 1025px) {
  .con_hotel_bottom_bn .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@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_hotel_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;
}
.con_bottom_bn .inner li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .con_bottom_bn .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@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, .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: #297950;
  }
}
@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;
}
.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: 1025px) {
  .wrp_hot_intro {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@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_intro（イントロ（総合））
----------------------------------------------------*/
/*.wrp_intro {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}

@include mq(pc) {
  .wrp_intro {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@include mq(tab) {
  .wrp_intro {
    margin-bottom: 25px;
  }
}

@include mq(pc) {
  .wrp_intro {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

#box_atn {
  text-align: center;
  width: 95%;
  margin: 0% auto 2%;
  border: 2px solid #ff0000;
  padding: 1%;
  h3 {
    padding: 0% 0% 0% 0%;
    font-size: 160%;
  }
  a {
    text-decoration: underline;
    &:hover {
      opacity: 0.6;
    }
  }
}

@include mq(pc) {
  #box_atn {
    text-align: center;
    max-width: 1280px;
  }
}

.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 {
  margin-bottom: 10px;
  .snav_sh {
    padding: 0 2px 2px;
    a {
      display: block;
      text-align: center;
      font-size: .8em;
      border: 1px solid #bbbbbb;
      padding: 10px 0;
      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;
      }
      i {
        color: #014ca4;
        margin-right: 5px;
      }
    }
  }
}

@include mq(tab) {
  .nav_sub .snav_sh {
    display: none;
  }
}

@include mq(pc) {
  .nav_sub .snav_sh {
    display: none;
  }
} */
/* #wrp_head_group .btn_sh {
  float: right;
  width: 230px;
  height: 40px;
  a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #b34d42;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    &:hover {
      background-color: #A2463C;
    }
  }
}

@include mq(tab) {
  #wrp_head_group .btn_sh {
    width: 180px;
    font-size: .9em;
  }
}

@include mq(sp) {
  #wrp_head_group .btn_sh {
    display: none;
  }
} */
/*----------------------------------------------------
	.con_search（2020/11/24に追加）
----------------------------------------------------*/
/* .con_search {
	.box_btn {
		width: 95%;
		background: #1f1e1e;
		padding: 0.8rem 0.5rem;
		margin: 0 auto;
		a {
			position: relative;
			display: block;
			width: 80%;
			color: #fff;
			text-align: center;
			background-image: linear-gradient(to bottom, #084d25 0%, #126234 100%);
			border-radius: 3px;
			box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
			padding: 10px 0;
			margin: 0 auto;
			&::before {
				content: "";
				display: block;
				background: url(../images/common/btn_sq_r.png) no-repeat center center;
				position: absolute;
				top: 0;
				right: 10px;
				height: 100%;
				width: 21px;
			}
		}
	}
} */
/*----------------------------------------------------
	.con_hotel_search（2020/11/24に追加）
----------------------------------------------------*/
/* .con_hotel_search {
	.box_btn {
		width: 95%;
		background: #1f1e1e;
		padding: 0.8rem 0.5rem;
		margin: 0 auto;
		a {
			position: relative;
			display: block;
			width: 80%;
			color: #fff;
			text-align: center;
			background-image: linear-gradient(to bottom, #084d25 0%, #126234 100%);
			border-radius: 3px;
			box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
			padding: 10px 0;
			margin: 0 auto;
			&::before {
				content: "";
				display: block;
				background: url(../images/common/btn_sq_r.png) no-repeat center center;
				position: absolute;
				top: 0;
				right: 10px;
				height: 100%;
				width: 21px;
			}
		}
	}
} */
/*----------------------------------------------------
	#box_atn
----------------------------------------------------*/
#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;
  }
}

.js-time_limited {
  display: none;
}

.js-time_limited_fire {
  display: block;
}
