@charset "UTF-8";
/*----------------------------------------------//*/
/* *Media Queries								//*/
/*----------------------------------------------//*/
/*tab*/
/*sp*/
/* ベースレイアウト */
/* ワイドレイアウト */
/* フォント　日本語フォント */
/* フォント　英語フォント */
/* フォントのベースサイズ*/
/* Clearfix */
/* Opacity */
/* Hover animation */
/* 黒いボタン */
/* グレーボタン */
/* ホワイトボタン */
/* 緑ボタン */
/* フォントサイズ*/
/* @include fsz(任意のサイズ,親要素のサイズ); ※px不要*/
/* 値を振り分け - choiceValue*/
/* @include cV(プロパティ,pc幅,tab~sp幅); or @include cV(プロパティ,pc幅,tab幅,sp幅);*/
/* ===================================================================
CSS information

 file name  :activity.css
 author     :Ability Consultant
style info  :アクティビティ
=================================================================== */
/* -----------------------------------------------------------
	メイン画像
----------------------------------------------------------- */
.con_lower_kv .box_lower_kv {
  /*pc & tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) {
  .con_lower_kv .box_lower_kv {
    background: url(../activity/images/img_main-pc.jpg) no-repeat;
  }
}
@media print {
  .con_lower_kv .box_lower_kv {
    background: url(../activity/images/img_main-pc.jpg) no-repeat;
  }
}
.ie8 .con_lower_kv .box_lower_kv {
  background: url(../activity/images/img_main-pc.jpg) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_lower_kv .box_lower_kv {
    background: url(../activity/images/img_main-pc.jpg) no-repeat;
  }
}
.con_lower_kv .box_lower_kv.marin {
  /*pc & tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) {
  .con_lower_kv .box_lower_kv.marin {
    background: url(../activity/marin/images/img_main-pc.jpg) no-repeat;
  }
}
@media print {
  .con_lower_kv .box_lower_kv.marin {
    background: url(../activity/marin/images/img_main-pc.jpg) no-repeat;
  }
}
.ie8 .con_lower_kv .box_lower_kv.marin {
  background: url(../activity/marin/images/img_main-pc.jpg) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_lower_kv .box_lower_kv.marin {
    background: url(../activity/marin/images/img_main-pc.jpg) no-repeat;
  }
}
.con_lower_kv .box_lower_kv.field {
  /*pc & tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) {
  .con_lower_kv .box_lower_kv.field {
    background: url(../activity/field/images/img_main-pc.jpg) no-repeat;
  }
}
@media print {
  .con_lower_kv .box_lower_kv.field {
    background: url(../activity/field/images/img_main-pc.jpg) no-repeat;
  }
}
.ie8 .con_lower_kv .box_lower_kv.field {
  background: url(../activity/field/images/img_main-pc.jpg) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_lower_kv .box_lower_kv.field {
    background: url(../activity/field/images/img_main-pc.jpg) no-repeat;
  }
}
.con_lower_kv .box_lower_kv.workshop {
  /*pc & tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) {
  .con_lower_kv .box_lower_kv.workshop {
    background: url(../activity/workshop/images/img_main-pc.jpg) no-repeat;
  }
}
@media print {
  .con_lower_kv .box_lower_kv.workshop {
    background: url(../activity/workshop/images/img_main-pc.jpg) no-repeat;
  }
}
.ie8 .con_lower_kv .box_lower_kv.workshop {
  background: url(../activity/workshop/images/img_main-pc.jpg) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_lower_kv .box_lower_kv.workshop {
    background: url(../activity/workshop/images/img_main-pc.jpg) no-repeat;
  }
}

/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
#act .gnav > li.gnav_act > a {
  background-position: 0 -32px;
}

/*----------------------------------------------------
	.con_intro　	INTRO
----------------------------------------------------*/
.con_intro {
  margin: 0 auto 60px auto;
  width: 1000px;
}
.con_intro .txt {
  text-align: center;
}

/*----------------------------------------------------
	.m_page　	ページメニュー
----------------------------------------------------*/
.m_page li.m_page_act_top a {
  background-image: url(../activity/images/m_page_act_top.png);
  width: 186px;
}

.m_page li.m_page_act_mar a {
  background-image: url(../activity/images/m_page_act_mar.png);
  width: 193px;
}

.m_page li.m_page_act_fie a {
  background-image: url(../activity/images/m_page_act_fie.png);
  width: 214px;
}

.m_page li.m_page_act_wor a {
  background-image: url(../activity/images/m_page_act_wor.png);
  width: 130px;
}

.m_page li.m_page_act_ren a {
  background-image: url(../activity/images/m_page_act_ren.png);
  width: 132px;
}

.m_page li.m_page_act_sig a {
  background-image: url(../activity/images/m_page_act_sig.png);
  width: 127px;
}

#act.marin .m_page li.m_page_act_mar a {
  background-position: left -36px;
}

#act.field .m_page li.m_page_act_fie a {
  background-position: left -36px;
}

#act.workshop .m_page li.m_page_act_wor a {
  background-position: left -36px;
}

#act.carrental .m_page li.m_page_act_ren a {
  background-position: left -36px;
}

#act.sightseeing .m_page li.m_page_act_sig a {
  background-position: left -36px;
}

/*----------------------------------------------------
	.con_category　	アクティビティカテゴリ
----------------------------------------------------*/
.con_category {
  margin: 0 auto 60px auto;
  width: 1260px;
  overflow: hidden;
}
.con_category h3 {
  margin-bottom: 40px;
  text-align: center;
}
.con_category .box_catelist {
  display: flex;
}
.con_category .box_catelist .box_cat {
  width: 25%;
  overflow: hidden;
  float: left;
}
.con_category .box_catelist .box_cat a {
  position: relative;
  display: block;
  overflow: hidden;
}
.con_category .box_catelist .box_cat a .photo img {
  width: 100%;
  -moz-transition: -moz-transform 0.8s linear;
  -webkit-transition: -webkit-transform 0.8s linear;
  -o-transition: -o-transform 0.8s linear;
  -ms-transition: -ms-transform 0.8s linear;
  transition: transform 0.8s linear;
}
.con_category .box_catelist .box_cat a .txt {
  width: 100%;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  z-index: 2;
  display: inline-block;
  text-align: center;
}
.con_category .box_catelist .box_cat a .txt img {
  margin: 0 auto;
  text-align: center;
}
.con_category .box_catelist .box_cat a:hover .photo img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*----------------------------------------------------
	.con_information　	お役立ち情報
----------------------------------------------------*/
.con_information {
  margin: 0 auto 100px auto;
  width: 1260px;
  overflow: hidden;
}
.con_information h3 {
  margin-bottom: 40px;
  text-align: center;
}
.con_information .box_banner {
  width: 610px;
  height: 230px;
  border: 1px solid #cbcbca;
  overflow: hidden;
  text-align: center;
  background: #fff;
  padding: 1px;
}
.con_information .box_banner a {
  position: relative;
  display: block;
  overflow: hidden;
}
.con_information .box_banner a .photo img {
  width: 607px;
  height: 228px;
  -moz-transition: -moz-transform 0.8s linear;
  -webkit-transition: -webkit-transform 0.8s linear;
  -o-transition: -o-transform 0.8s linear;
  -ms-transition: -ms-transform 0.8s linear;
  transition: transform 0.8s linear;
}
.con_information .box_banner a .txt {
  margin-top: -50px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  display: inline-block;
  text-align: right;
}
.con_information .box_banner a:hover .photo img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.con_information .box_banner.center {
  margin: 2em auto;
}

/*----------------------------------------------------
	.con_reccomended　	アクティビティ
----------------------------------------------------*/
.con_reccomended {
  margin-bottom: 80px;
  padding: 20px 0;
  background: url(../activity/images/bg_activity.jpg) 0 0 repeat;
}
.con_reccomended .box_reccomended {
  margin: 0 auto;
  width: 1000px;
}
.con_reccomended .box_reccomended:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.con_reccomended .box_reccomended a {
  display: block;
  text-decoration: none;
}
.con_reccomended .box_reccomended h3 {
  margin-bottom: 35px;
  text-align: center;
}
.con_reccomended .box_reccomended .box_recc {
  margin: 0 22px;
  width: 288px;
  float: left;
  text-align: center;
  position: relative;
}
.con_reccomended .box_reccomended .box_recc .photo {
  margin-bottom: 10px;
  width: 288px;
  height: 180px;
  overflow: hidden;
}
.con_reccomended .box_reccomended .box_recc .photo img {
  width: 100%;
  height: auto;
}
.con_reccomended .box_reccomended .box_recc .best {
  position: absolute;
  top: -20px;
  left: 110px;
  padding: 2px 10px;
  background: #fff;
  border: 1px solid #ccc;
  color: #c78a08;
  text-align: center;
  font-family: "Times New Roman", serif;
  font-size: 85%;
  display: inline-block;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
}
.con_reccomended .box_reccomended .box_recc .best span {
  font-size: 170%;
}
.con_reccomended .box_reccomended .box_recc h4 {
  margin-bottom: 10px;
  padding: 0 10px;
  font-family: "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
.con_reccomended .box_reccomended .box_recc .btn {
  margin: 0 auto;
  width: 150px;
  padding: 0.4em 0.8em;
  display: block;
  background: #484848;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.con_reccomended .box_reccomended .box_recc .btn i {
  text-align: right;
  color: #fff;
  position: absolute;
  top: 28%;
  right: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.con_reccomended .box_reccomended .box_recc .btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.con_reccomended .box_reccomended .box_recc .btn:hover i {
  right: 5px;
}

/*----------------------------------------------------
	.con_activities　	アクティビティ
----------------------------------------------------*/
.con_activities {
  margin: 0 auto 100px auto;
  width: 1000px;
  overflow: hidden;
}
.con_activities h3 {
  margin-bottom: 40px;
  text-align: center;
}
.con_activities .box_activity {
  margin: 20px 0 40px 0;
  overflow: hidden;
}
.con_activities .box_activity .activity {
  margin: 20px 0;
  padding: 0 3px 0 2px;
  width: 333px;
  float: left;
  border-left: 1px solid #E8E8E8;
}
.con_activities .box_activity .activity.border {
  border-right: 1px solid #E8E8E8;
}
.con_activities .box_activity .activity .cat {
  margin-left: 20px;
  font-size: 80%;
}
.con_activities .box_activity .activity .cat img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.con_activities .box_activity .activity h3 {
  margin-bottom: 20px;
  padding: 0 10px;
  font-family: "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 120%;
  font-weight: normal;
}
.con_activities .box_activity .activity .photo {
  margin: 15px auto;
  width: 288px;
  height: 180px;
  overflow: hidden;
}
.con_activities .box_activity .activity .photo img {
  width: 100%;
  height: auto;
}
.con_activities .box_activity .activity .txt {
  margin-bottom: 15px;
  padding: 0 10px;
}
.con_activities .box_activity .activity .box_table {
  margin-bottom: 20px;
  padding: 0 10px;
}
.con_activities .box_activity .activity .box_table table {
  font-size: 90%;
}
.con_activities .box_activity .activity .box_table table caption {
  margin-bottom: 10px;
  font-weight: bold;
}
.con_activities .box_activity .activity .box_table table th {
  width: 90px;
}
.con_activities .box_activity .activity .btn {
  margin: 15px 10px;
}
.con_activities .box_activity .activity .btn a {
  padding: 0.8em 0.8em 0.6em 2em;
  display: block;
  background: #efefef;
  color: #232323;
  border: 1px solid #efefef;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.con_activities .box_activity .activity .btn a i {
  text-align: right;
  position: absolute;
  top: 28%;
  right: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.con_activities .box_activity .activity .btn a:hover {
  background: #fff;
  border: 1px solid #efefef;
}
.con_activities .box_activity .activity .btn a:hover i {
  right: 5px;
}
.con_activities .box_activity .activity .btn_pdf {
  margin: 15px 10px;
}
.con_activities .box_activity .activity .btn_pdf a {
  padding: 0.8em 0.8em 0.6em 2em;
  display: block;
  background: #fff;
  color: #232323;
  border: 1px solid #efefef;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.con_activities .box_activity .activity .btn_pdf a i {
  text-align: right;
  position: absolute;
  top: 28%;
  right: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.con_activities .box_activity .activity .btn_pdf a:hover {
  background: #efefef;
  border: 1px solid #efefef;
}
.con_activities .box_activity .activity .btn_pdf a:hover i {
  right: 5px;
}

/*----------------------------------------------------
	.con_contact		お問い合わせ
----------------------------------------------------*/
.con_contact {
  width: 820px;
  margin: 0 auto 100px;
  padding: 40px 80px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  text-align: center;
}
.con_contact p {
  float: left;
  width: 303px;
}
.con_contact p.btn {
  float: right;
  width: 320px;
  text-align: left;
}
.con_contact p.btn a {
  padding: 0.4em 0.8em;
  display: block;
  background: #484848;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  padding: 0.8em 0.8em 0.6em 2em;
}
.con_contact p.btn a i {
  text-align: right;
  color: #fff;
  position: absolute;
  top: 28%;
  right: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.con_contact p.btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.con_contact p.btn a:hover i {
  right: 5px;
}

/*----------------------------------------------------
	.con_can		キャンセル料金
----------------------------------------------------*/
.con_can {
  margin: 0 auto;
  width: 280px;
}
.con_can .btn a {
  padding: 0.8em 0.8em 0.6em 2em;
  display: block;
  background: #fff;
  color: #232323;
  border: 1px solid #efefef;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.con_can .btn a i {
  text-align: right;
  position: absolute;
  top: 28%;
  right: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.con_can .btn a:hover {
  background: #efefef;
  border: 1px solid #efefef;
}
.con_can .btn a:hover i {
  right: 5px;
}

/*----------------------------------------------------
	.con_reserves　	お問合せ・予約
----------------------------------------------------*/
.con_reserves {
  margin: 0 auto 100px auto;
  width: 1000px;
  overflow: hidden;
}
.con_reserves .txt_intro {
  margin-bottom: 40px;
  text-align: center;
}
.con_reserves .m_cat {
  margin-bottom: 30px;
  text-align: center;
}
.con_reserves .box_form table {
  font-size: 95%;
}
.con_reserves .box_form table th {
  width: 285px;
}
.con_reserves .box_form .req {
  margin-left: 5px;
  padding: 1px 5px;
  display: inline-block;
  color: #fff;
  font-size: 80%;
  background: #ca9016;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.con_reserves .box_form input, .con_reserves .box_form select {
  margin: 0 5px 5px 5px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d8d8d8;
}
.con_reserves .box_form input:focus, .con_reserves .box_form select:focus {
  outline-size: 1px;
  outline-style: solid;
  outline-color: #efefef;
}
.con_reserves .box_form input.long, .con_reserves .box_form select.long {
  width: 250px;
}
.con_reserves .box_form input.mid, .con_reserves .box_form select.mid {
  width: 150px;
}
.con_reserves .box_form textarea {
  width: 80%;
  min-height: 150px;
}
.con_reserves .box_form textarea:focus {
  outline-size: 1px;
  outline-style: solid;
  outline-color: #efefef;
}
.con_reserves .box_form .box_btn {
  padding-top: 20px;
  text-align: center;
}
.con_reserves .box_form .box_btn .btn_add {
  margin: 5px auto 15px auto;
  width: 350px;
}
.con_reserves .box_form .box_btn .btn_add a {
  padding: 0.8em 0.8em 0.6em 2em;
  display: block;
  background: #fff;
  color: #232323;
  border: 1px solid #efefef;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  padding: 0.4em 2.5em;
}
.con_reserves .box_form .box_btn .btn_add a i {
  text-align: right;
  position: absolute;
  top: 28%;
  right: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.con_reserves .box_form .box_btn .btn_add a:hover {
  background: #efefef;
  border: 1px solid #efefef;
}
.con_reserves .box_form .box_btn .btn_add a:hover i {
  right: 5px;
}
.con_reserves .box_form .box_btn .btn_add a i {
  top: 24%;
}
.con_reserves .box_form .box_btn .btn_confirm {
  margin: 5px auto;
  width: 200px;
}
.con_reserves .box_form .box_btn .btn_confirm a {
  padding: 0.4em 0.8em;
  display: block;
  background: #484848;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  padding: 0.4em 2.5em;
}
.con_reserves .box_form .box_btn .btn_confirm a i {
  text-align: right;
  color: #fff;
  position: absolute;
  top: 28%;
  right: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.con_reserves .box_form .box_btn .btn_confirm a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.con_reserves .box_form .box_btn .btn_confirm a:hover i {
  right: 5px;
}
.con_reserves .box_form .box_btn .btn_confirm a i {
  vertical-align: middle;
  top: 24%;
}
.con_reserves .box_form .box_btn .btn_back {
  margin: 5px 5px 15px 5px;
  width: 200px;
  display: inline-block;
}
.con_reserves .box_form .box_btn .btn_back a {
  padding: 0.8em 0.8em 0.6em 2em;
  display: block;
  background: #fff;
  color: #232323;
  border: 1px solid #efefef;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  padding: 0.4em 2.5em;
}
.con_reserves .box_form .box_btn .btn_back a i {
  text-align: right;
  position: absolute;
  top: 28%;
  right: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.con_reserves .box_form .box_btn .btn_back a:hover {
  background: #efefef;
  border: 1px solid #efefef;
}
.con_reserves .box_form .box_btn .btn_back a:hover i {
  right: 5px;
}
.con_reserves .box_form .box_btn .btn_back a i {
  top: 24%;
}
.con_reserves .box_form .box_btn .btn_send {
  margin: 5px 5px 15px 5px;
  width: 200px;
  display: inline-block;
}
.con_reserves .box_form .box_btn .btn_send a {
  padding: 0.4em 0.8em;
  display: block;
  background: #484848;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  padding: 0.4em 2.5em;
}
.con_reserves .box_form .box_btn .btn_send a i {
  text-align: right;
  color: #fff;
  position: absolute;
  top: 28%;
  right: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.con_reserves .box_form .box_btn .btn_send a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.con_reserves .box_form .box_btn .btn_send a:hover i {
  right: 5px;
}
.con_reserves .box_form .box_btn .btn_send a i {
  vertical-align: middle;
  top: 24%;
}
.con_reserves .box_thanks h3 {
  margin-bottom: 30px;
  text-align: center;
}
.con_reserves .box_thanks .txt {
  margin-bottom: 50px;
  text-align: center;
}
.con_reserves .box_thanks .btn_top {
  margin: 5px auto 15px auto;
  width: 250px;
}
.con_reserves .box_thanks .btn_top a {
  padding: 0.8em 0.8em 0.6em 2em;
  display: block;
  background: #fff;
  color: #232323;
  border: 1px solid #efefef;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  padding: 0.4em 2.5em;
}
.con_reserves .box_thanks .btn_top a i {
  text-align: right;
  position: absolute;
  top: 28%;
  right: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.con_reserves .box_thanks .btn_top a:hover {
  background: #efefef;
  border: 1px solid #efefef;
}
.con_reserves .box_thanks .btn_top a:hover i {
  right: 5px;
}
.con_reserves .box_thanks .btn_top a i {
  top: 24%;
}

/* お問い合わせエラー表示 */
.err {
  color: #9a0030;
  font-weight: bold;
}

/*----------------------------------------------------
	#act_iframe　	iframe
----------------------------------------------------*/
#page.ifr_cancel {
  min-width: 100px !important;
  width: 650px;
  overflow: hidden;
}

.con_iframe {
  margin: 0 auto;
  width: 650px;
  padding: 40px;
  overflow-x: hidden !important;
}
.con_iframe h2 {
  margin-bottom: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 120%;
  text-align: center;
}

/*----------------------------------------------------
	.con_packages　	オススメ宿泊プラン
----------------------------------------------------*/
.con_packages {
  margin: 0 auto 90px;
  width: 1260px;
  overflow: hidden;
  position: relative;
}
.con_packages h2 {
  margin-bottom: 30px;
  text-align: center;
}
.con_packages .btn {
  position: absolute;
  top: 35px;
  right: 0;
}
.con_packages .box_pack {
  width: 313px;
  float: left;
  border: 1px solid #d4d4d4;
  position: relative;
}
.con_packages .box_pack a {
  padding: 20px 30px;
  display: block;
  text-decoration: none;
}
.con_packages .box_pack a:hover {
  background: #f1f9ff;
}
.con_packages .box_pack a h3 {
  margin: 20px 0;
  color: #704a24;
  line-height: 1.7em;
}
.con_packages .box_pack a .price {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
