@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/*-----------------------------------------------------------
	gnav active
-----------------------------------------------------------*/
.st_style {
  margin-bottom: 20px;
}
.st_style h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
}
.st_style h3 small {
  font-style: italic;
}
.st_style h3 small:first-letter {
  color: #297950;
}
.st_style h3 span {
  display: block;
  font-style: normal;
}

/*----------------------------------------------------
	.box_dp
----------------------------------------------------*/
.box_dp p {
  text-align: center;
  margin: 0 auto;
}
.box_dp .view_pc-tab {
  display: block;
}
.box_dp .view_sp {
  display: none;
}

@media only screen and (max-width: 736px) {
  .box_dp .view_pc-tab {
    display: none;
  }
  .box_dp .view_sp {
    display: block;
  }
}
/*----------------------------------------------------
	.wrp_fv
----------------------------------------------------*/
.wrp_fv {
  background: #f3f3f3;
  padding-bottom: 300px;
}
.wrp_fv .con_title {
  position: relative;
  width: 1600px;
  background-image: url(../images/home/mv_1.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 600px;
  margin: 0 auto;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .wrp_fv .con_title {
    width: 100%;
    padding-top: 37.5%;
  }
}
@media only screen and (max-width: 736px) {
  .wrp_fv .con_title {
    width: 100%;
    padding-top: 37.5%;
  }
}
.wrp_fv .con_title .wrp_move {
  position: absolute;
  top: 50px;
  left: 200px;
  width: 600px;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .wrp_fv .con_title .wrp_move {
    top: 4%;
    left: 5rem;
    width: 38%;
  }
}
@media only screen and (max-width: 736px) {
  .wrp_fv .con_title .wrp_move {
    top: 64%;
    left: 14.8%;
    width: 38%;
  }
}
@media only screen and (max-width: 736px) {
  .wrp_fv .con_title .wrp_move .box_move {
    display: none;
  }
}
.wrp_fv .con_title .wrp_move .box_move .box_re {
  position: relative;
  padding-bottom: 56.25%;
}
.wrp_fv .con_title .wrp_move .box_move .box_re iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrp_fv .con_title .wrp_move .bn_move {
  display: none;
}
@media only screen and (max-width: 736px) {
  .wrp_fv .con_title .wrp_move .bn_move {
    display: block;
  }
}
.wrp_fv .con_title .box_banner {
  position: absolute;
  top: 410px;
  left: 200px;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .wrp_fv .con_title .box_banner {
    top: 67%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
  }
}
@media only screen and (max-width: 736px) {
  .wrp_fv .con_title .box_banner {
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
}
.wrp_fv .con_title .box_can {
  position: absolute;
  top: 180px;
  right: 180px;
  text-align: center;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .wrp_fv .con_title .box_can {
    width: 15%;
    top: 6%;
    right: 3%;
  }
}
@media only screen and (max-width: 736px) {
  .wrp_fv .con_title .box_can {
    width: 15%;
    top: 12%;
    right: 2%;
  }
}

/*----------------------------------------------------
	.wrp_map
----------------------------------------------------*/
.wrp_map {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.wrp_map .con_txt .con_nav, .wrp_map .con_txt .con_nav_2 {
  background: #533115;
  padding: 20px 0;
}
.wrp_map .con_txt .txt_desc {
  padding: 10px 0;
  font-size: .9em;
}
.wrp_map .con_txt .txt_desc .view_pc {
  display: none;
}
.wrp_map .con_txt h3 {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2em;
  font-weight: normal;
}
.wrp_map .con_txt h3 small {
  font-style: italic;
}
.wrp_map .con_txt h3 span {
  color: #fff;
  display: block;
  font-style: normal;
}
.wrp_map .con_txt .box_nav {
  *zoom: 1;
  display: none;
}
.wrp_map .con_txt .box_nav:after {
  content: "";
  display: table;
  clear: both;
}
.wrp_map .con_txt .box_nav li {
  width: 48%;
  margin: 0 1% 5px;
  height: auto;
  float: left;
}
.wrp_map .con_txt .box_nav li a {
  background: #fff;
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.wrp_map .con_map {
  margin-top: 20px;
}
.wrp_map .con_map .box_tab_map {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .wrp_map {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 737px) {
  .wrp_map {
    margin-bottom: 50px;
    background: #f3f3f3;
    *zoom: 1;
  }
  .wrp_map:after {
    content: "";
    display: table;
    clear: both;
  }
  .wrp_map .con_nav .view_pc, .wrp_map .con_nav_2 .view_pc, .wrp_map .con_nav .view_sp, .wrp_map .con_nav_2 .view_sp {
    display: none;
  }
  .wrp_map .con_nav .view_tab, .wrp_map .con_nav_2 .view_tab {
    display: block;
  }
  .wrp_map .slick-slide {
    height: auto;
    outline: none;
  }
  .wrp_map .con_map {
    width: 100%;
  }
  .wrp_map .con_map .box_sp_map {
    display: none;
  }
  .wrp_map .con_map .box_tab_map {
    max-width: 766px;
    margin: 0 auto;
    display: block;
  }
  .wrp_map .con_map .box_tab_map .box_btn .btn_green {
    position: absolute;
    max-width: 170px;
    font-size: .9em;
  }

  .btn_map_5 a, .btn_map_5 button {
    background-color: #555;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF084D25', endColorstr='#FF555');
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NGQyNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyNjIzNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #555), color-stop(100%, #555));
    background-image: -moz-linear-gradient(top, #555 0%, #555 100%);
    background-image: -webkit-linear-gradient(top, #555 0%, #555 100%);
    background-image: linear-gradient(to bottom, #555555 0%, #555555 100%);
  }
}
@media only screen and (min-width: 737px) and (min-width: 737px) {
  .btn_map_5 a.hover, .btn_map_5 a:hover {
    background: #43966b;
  }
  .btn_map_5 button.hover, .btn_map_5 button:hover {
    background: #43966b;
  }
}
@media only screen and (min-width: 737px) {
  .wrp_map .con_map .box_tab_map .box_btn .btn_map_5 a {
    pointer-events: none;
    /*リンクを非リンクに変える*/
    cursor: default;
    /*マウスカーソルを矢印のまま変えない*/
    text-decoration: none;
    /*下線を消す*/
    color: #ffffff;
    /*非リンクの文字色と同じにする*/
  }
  .wrp_map .con_map .box_tab_map .box_map_wide {
    width: 100%;
  }
  .wrp_map .con_map .box_tab_map .box_map_wide .box_jmap {
    position: relative;
  }
  .wrp_map .con_map .box_tab_map .box_map_local {
    width: 100%;
    position: relative;
    text-align: center;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .btn_black {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap {
    display: inline-block;
    position: relative;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .img_lmap {
    margin: 0 auto;
    max-height: 522px;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_hotel {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_hotel:hover {
    z-index: 10;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_hotel a {
    display: block;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_hotel a .fa {
    font-size: 5px;
    color: #B44E43;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_hotel a .txt_hotel {
    position: absolute;
    display: block;
    background: #fff;
    padding: 3px 10px;
    width: 190px;
    font-size: 0.9em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_hotel a .txt_hotel:after {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_hotel a .txt_hotel.top {
    top: 24px;
    left: -18px;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_map_3_sakae a .txt_hotel.top {
    top: 24px;
    left: 0px;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_map_3_nagoya-shinkansenguchi a .txt_hotel.top {
    top: 24px;
    left: -140px;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_hotel a .txt_hotel.top:after {
    margin-left: -10px;
    top: -7px;
    left: 16%;
    border-style: solid;
    border-width: 7px 7px 7px 7px;
    border-color: transparent transparent transparent #fff;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_map_3_sakae a .txt_hotel.top:after {
    left: 8%;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_map_3_nagoya-shinkansenguchi a .txt_hotel.top:after {
    left: 80%;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_hotel a .txt_hotel.bottom {
    bottom: 18px;
    left: -35px;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_map_3_nagoya-ekimae a .txt_hotel.bottom {
    bottom: 25px;
    left: -180px;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_hotel a .txt_hotel.bottom:after {
    bottom: -7px;
    left: 16%;
    margin-left: -10px;
    border-style: solid;
    border-width: 7px 7px 7px 7px;
    border-color: transparent #fff transparent transparent;
  }
  .wrp_map .con_map .box_tab_map .box_map_local .box_lmap .box_map_3_nagoya-ekimae a .txt_hotel.bottom:after {
    left: 94%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_map {
    margin-top: 50px;
    margin-bottom: 50px;
    background: #f3f3f3;
    *zoom: 1;
  }
  .wrp_map:after {
    content: "";
    display: table;
    clear: both;
  }
  .wrp_map .con_txt {
    float: left;
    width: 38%;
  }
  .wrp_map .con_txt .con_nav, .wrp_map .con_txt .con_nav_2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrp_map .con_txt .txt_desc {
    border: 2px solid #bbbbbb;
    background: #fff;
    padding: 20px 10%;
    margin: 10px 20px;
  }
  .wrp_map .con_txt .txt_desc .view_pc {
    display: block;
  }
  .wrp_map .con_txt h3 {
    margin-bottom: 20px;
  }
  .wrp_map .con_txt .box_nav {
    text-align: center;
    display: block;
    font-size: 0;
  }
  .wrp_map .con_txt .box_nav li {
    width: 24%;
    margin: 0 3px 3px 0;
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 12px;
    min-width: 86px;
  }
  .wrp_map .con_txt .box_nav li.nav_wide {
    display: inline-block;
  }
  .wrp_map .con_txt .box_nav li a {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .wrp_map .con_txt .box_nav li a:hover {
    background: #3E2413;
    color: #fff;
  }
  .wrp_map .con_txt .box_nav .nav_chugoku {
    padding: 10px 0;
    background-color: #ccc;
    margin-bottom: 10px;
  }
  .wrp_map .con_map {
    float: right;
    width: 62%;
  }
  .wrp_map .con_map .box_sp_map {
    display: none;
  }
  .wrp_map .con_map .box_tab_map {
    display: block;
    margin-top: -30px;
    position: relative;
  }
  .wrp_map .con_map .box_tab_map .box_btn .btn_green {
    position: absolute;
    max-width: 170px;
    font-size: .9em;
  }
}
.box_map_4_kawaramachi .txt_hotel {
  margin: 15px 20px;
}

/*----------------------------------------------------
	.wrp_selling（R&Bホテルの魅力）
----------------------------------------------------*/
.wrp_selling {
  background: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px;
}
.wrp_selling .st_basic {
  font-size: 1.4em;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 30px;
}
.wrp_selling .st_basic h3 {
  font-weight: normal;
}
.wrp_selling .st_basic span {
  display: block;
  font-size: .8em;
}
.wrp_selling .st_basic span:first-letter {
  color: #3f7144;
}
.wrp_selling .con_selling {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.wrp_selling .con_selling a:hover div {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.wrp_selling .con_selling .box_selling {
  border: 1px solid #dbdbdb;
  background: #fff;
  margin-bottom: 10px;
}
.wrp_selling .con_selling .box_selling .box_cap {
  text-align: center;
  margin-top: -14px;
}
.wrp_selling .con_selling .box_selling .box_cap .txt_sup {
  color: #fff;
  background: #533115;
  padding: 3px 15px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.9em;
}
.wrp_selling .con_selling .box_selling .box_cap .txt_catch {
  font-size: 1.2em;
  color: #533115;
}
.wrp_selling .con_selling .box_selling .box_cap .txt_catch b {
  color: #C93447;
  font-weight: normal;
}
.wrp_selling .con_selling .box_selling .box_cap .txt_desc {
  text-align: left;
  padding: 10px;
}
.wrp_selling .con_selling .box_selling .box_cap .txt_desc .view_pc, .wrp_selling .con_selling .box_selling .box_cap .txt_desc .view_tab {
  display: none;
}

@media only screen and (min-width: 737px) {
  .wrp_selling .st_basic {
    background: url(../images/common/ic_slash.png) center 0 no-repeat;
    min-height: 41px;
    overflow: hidden;
  }
  .wrp_selling .st_basic h3 {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 20px;
  }
  .wrp_selling .st_basic span {
    float: right;
    width: 50%;
    text-align: left;
    display: inline-block;
    height: 0;
    padding-top: 41px;
    overflow: hidden;
    background: url("../images/home/st_selling.png") 20px bottom no-repeat;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_selling .con_selling {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 737px) {
  .wrp_selling .con_selling {
    overflow: hidden;
    *zoom: 1;
  }
  .wrp_selling .con_selling ul {
    margin-left: -1.4%;
  }
  .wrp_selling .con_selling .box_selling {
    float: left;
    width: 48.6%;
    margin-left: 1.4%;
    *zoom: 1;
  }
  .wrp_selling .con_selling .box_selling:after {
    content: "";
    display: table;
    clear: both;
  }
  .wrp_selling .con_selling .box_selling .box_eyec {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .wrp_selling .con_selling .box_selling .box_cap {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    margin: 0;
    text-align: left;
    padding: 10px 5px 10px 10px;
  }
  .wrp_selling .con_selling .box_selling .box_cap .txt_desc {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    font-size: 0.9em;
  }
  .wrp_selling .con_selling .box_selling .box_cap .txt_desc .view_pc {
    display: none;
  }
  .wrp_selling .con_selling .box_selling .box_cap .txt_desc .view_tab {
    display: block;
  }
  .wrp_selling .con_selling .box_selling.large .box_eyec {
    display: block;
    float: none;
    width: 100%;
  }
  .wrp_selling .con_selling .box_selling.large .box_cap {
    display: block;
    float: none;
    width: 100%;
    margin-top: -22px;
    text-align: center;
  }
  .wrp_selling .con_selling .box_selling.large .box_cap .txt_catch {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_selling .con_selling .box_selling {
    *zoom: 1;
  }
  .wrp_selling .con_selling .box_selling:after {
    content: "";
    display: table;
    clear: both;
  }
  .wrp_selling .con_selling .box_selling .box_eyec {
    width: 37%;
  }
  .wrp_selling .con_selling .box_selling .box_cap {
    width: 63%;
    padding-left: 30px;
  }
  .wrp_selling .con_selling .box_selling .box_cap .txt_catch {
    font-size: 1.6em;
    margin-bottom: 5px;
  }
  .wrp_selling .con_selling .box_selling .box_cap .txt_desc .view_pc {
    display: block;
  }
  .wrp_selling .con_selling .box_selling.large .box_cap {
    padding-left: 0;
  }
  .wrp_selling .con_selling .box_selling.large .box_cap .txt_catch {
    font-size: 2.5em;
  }
  .wrp_selling .con_selling .box_selling.large .box_cap .txt_desc {
    text-align: center;
  }
}
/*----------------------------------------------------
	.wrp_banner（バナー）
----------------------------------------------------*/
.wrp_banner, .wrp_banner_3 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.wrp_banner .bn_long, .wrp_banner_3 .bn_long {
  text-align: center;
  margin-bottom: 10px;
}
.wrp_banner ul li:first-child, .wrp_banner_3 ul li:first-child {
  margin-bottom: 10px;
}
.wrp_banner ul li a, .wrp_banner_3 ul li a {
  display: block;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .wrp_banner {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 737px) {
  .wrp_banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wrp_banner ul {
    overflow: hidden;
  }
  .wrp_banner ul li {
    width: 50%;
    float: right;
  }
  .wrp_banner ul li:first-child {
    float: left;
  }
}
/*----------------------------------------------------
	.wrp_banner_3（バナー）
----------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .wrp_banner_3 {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 737px) {
  .wrp_banner_3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wrp_banner_3 ul {
    overflow: hidden;
  }
  .wrp_banner_3 ul li {
    width: 32%;
    float: left;
    margin: 0 1%;
  }
  .wrp_banner_3 ul li:first-child {
    float: left;
    margin: 0 1% 0 0;
  }
  .wrp_banner_3 ul li:last-child {
    float: right;
    margin: 0 0 0 1%;
  }
}
/*----------------------------------------------------
	.wrp_news（お知らせ）
----------------------------------------------------*/
.wrp_news {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
.wrp_news .st_basic {
  font-size: 1.4em;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
}
.wrp_news .st_basic h3 {
  font-weight: normal;
}
.wrp_news .st_basic span {
  display: block;
  font-size: .8em;
}
.wrp_news .st_basic span:first-letter {
  color: #3f7144;
}
.wrp_news .con_news {
  padding-top: 20px;
  margin-bottom: 30px;
  border-top: 1px solid #bbbbbb;
  overflow: hidden;
}
.wrp_news .con_news .box_news {
  padding: 5px;
  width: 100%;
  float: left;
}
.wrp_news .con_news .box_news a {
  display: block;
  background: #fff url(../images/common/arrow_green.png) right bottom no-repeat;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.wrp_news .con_news .box_news a .img {
  width: 30%;
  float: left;
}
.wrp_news .con_news .box_news a .detail {
  width: 70%;
  float: left;
  padding: 5px 15px 5px 5px;
}
.wrp_news .con_news .box_news a .detail .date {
  font-size: .8em;
  line-height: 1;
  margin-bottom: 5px;
}
.wrp_news .con_news .box_news a .detail .name {
  text-decoration: underline;
  font-size: .9em;
}

@media only screen and (min-width: 1025px) {
  .wrp_news {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 737px) {
  .wrp_news .st_basic {
    background: url(../images/common/ic_slash.png) center 0 no-repeat;
    min-height: 41px;
    overflow: hidden;
  }
  .wrp_news .st_basic h3 {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 20px;
  }
  .wrp_news .st_basic span {
    float: right;
    width: 50%;
    text-align: left;
    display: inline-block;
    height: 0;
    padding-top: 41px;
    overflow: hidden;
    background: url("../images/home/st_news.png") 20px bottom no-repeat;
  }
}
@media only screen and (min-width: 737px) {
  .wrp_news .con_news .box_news {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 737px) {
  .wrp_news .con_news .box_news a:before {
    right: 2px;
  }
  .wrp_news .con_news .box_news a .detail .name {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_news {
    margin-bottom: 80px;
  }
  .wrp_news .con_news .box_news a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  .wrp_news .con_news .box_news a .detail {
    padding: 10px;
  }
  .wrp_news .btn_green a {
    font-size: 1.4em;
  }
}
/* -----------------------------------------------------------
	モーダルウインドウ
----------------------------------------------------------- */
.modal-content {
  position: fixed;
  display: none;
  z-index: 2;
  width: 80%;
  margin: 0;
  padding: 10px 20px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.modal-content p {
  margin: 0;
  padding: 0;
}
.modal-content .txt_area {
  text-align: center;
  font-size: 1.1em;
  border-bottom: 2px solid #154c30;
  margin-bottom: 10px;
}
.modal-content .modal-inner a {
  padding: 5px 0;
  position: relative;
  display: block;
}
.modal-content .modal-inner a i {
  position: absolute;
  top: 8px;
  right: 0;
}
.modal-content .btn_black {
  margin-top: 10px;
}

.modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
