/* Sass Document */
/*
Theme Name: original
Theme URI:
Description: A theme by .
Version: 1
Author: takahiro kubo
Author URI:
*/
/**import**/
/*****************************************************************************
 色ベース
 *****************************************************************************/
/*****************************************************************************
 フォントサイズベース
 *****************************************************************************/
/*****************************************************************************
 マージン
 *****************************************************************************/
/* line 47, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_module.scss */
.top10 {
  margin-top: 10px;
}

/* line 51, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_module.scss */
.top20 {
  margin-top: 20px;
}

/* line 54, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_module.scss */
.top30 {
  margin-top: 30px;
}

/* line 58, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_module.scss */
.top40 {
  margin-top: 40px;
}

/*****************************************************************************
 body
 *****************************************************************************/
/*****************************************************************************
 mixin
 *****************************************************************************/
/*****************************************************************************
 部品
 *****************************************************************************/
/*****************************************************************************
基本
 *****************************************************************************/
/* line 5, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
a {
  transition: .3s;
}

/* line 9, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
p {
  word-break: break-all;
}

/* line 43, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.modal_btn {
  color: #33277f;
  text-decoration: underline;
  transition: .3s;
  cursor: pointer;
}
/* line 48, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.modal_btn:hover {
  color: #a1892a;
}

@media only screen and (max-width: 767px) {
  /* line 53, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  /* line 61, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
  .sp {
    display: none;
  }
}

/*****************************************************************************
 パンくず
*****************************************************************************/
/* line 70, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.sub_block {
  background: #efeef5;
  padding: 10px 20px;
  margin-top: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 70, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
  .sub_block {
    padding: 10px;
  }
}
/* line 79, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.sub_block .path {
  float: left;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  /* line 79, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
  .sub_block .path {
    float: none;
  }
}
/* line 86, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.sub_block .path a {
  font-size: 1.125rem;
  text-decoration: underline;
}
/* line 89, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.sub_block .path a:hover {
  text-decoration: none;
}
/* line 94, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.sub_block .login_name {
  float: right;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  /* line 94, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
  .sub_block .login_name {
    float: none;
    margin-top: 10px;
  }
}
/* line 102, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.sub_block .login_name .user_tag {
  display: inline-block;
}
/* line 105, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.sub_block .login_name a.logout {
  display: inline-block;
  margin-left: 1rem;
  text-decoration: underline;
}
/* line 110, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.sub_block .login_name a.logout:hover {
  text-decoration: none;
}

/*****************************************************************************
 ナビゲーション
*****************************************************************************/
/* line 120, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.tab_menu {
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 767px) {
  /* line 120, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
  .tab_menu {
    margin-top: 30px;
  }
}
/* line 126, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.tab_menu ul {
  font-size: 0;
}
/* line 128, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.tab_menu ul li {
  display: inline-block;
  padding: 10px 0;
  margin-left: 1px;
}
/* line 132, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.tab_menu ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  /* line 128, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
  .tab_menu ul li {
    display: block;
    padding: 5px 0;
    margin-left: 0;
  }
}
/* line 141, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.tab_menu ul li a {
  font-size: 1.5rem;
  padding: 10px 20px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 141, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
  .tab_menu ul li a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* line 151, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.tab_menu ul li a:hover {
  opacity: .7;
}
/* line 154, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.tab_menu ul li a.nav1 {
  background: #533CE8;
}
/* line 157, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.tab_menu ul li a.nav1_on {
  background: #33277f;
}
/* line 160, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.tab_menu ul li a.nav2 {
  background: #533CE8;
}
/* line 163, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.tab_menu ul li a.nav2_on {
  background: #33277f;
}
/* line 166, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.tab_menu ul li a.nav3 {
  background: #533CE8;
}
/* line 169, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.tab_menu ul li a.nav3_on {
  background: #33277f;
}

/*****************************************************************************
 管理画面ヘッダー
*****************************************************************************/
/* line 181, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.admin_head .header__logo {
  margin: 0 auto;
  padding: 10px 0;
}

/* line 188, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.content_wrap {
  padding-top: 92px;
}
@media only screen and (max-width: 767px) {
  /* line 188, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
  .content_wrap {
    padding-top: 72px;
  }
}

/* line 197, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.login_content_wrap {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 197, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
  .login_content_wrap {
    padding-top: 22px;
  }
}

/*****************************************************************************
 ヘッダー固定部分
*****************************************************************************/
/* line 208, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.global_block {
  margin: 0 0 60px 0;
  border: 1px dotted #ccc;
}
@media only screen and (max-width: 767px) {
  /* line 208, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
  .global_block {
    margin: 60px 0 60px 0;
  }
}
/* line 215, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.global_block .block_inner {
  padding: 20px;
}
/* line 226, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.global_block .block_inner .ticket_list,
.global_block .block_inner .room_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 50px;
}
@media only screen and (max-width: 767px) {
  /* line 226, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
  .global_block .block_inner .ticket_list,
  .global_block .block_inner .room_list {
    display: block;
    text-align: center;
  }
}
/* line 245, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.global_block .block_inner .ticket_list li,
.global_block .block_inner .room_list li {
  padding: 20px 40px;
  margin: 0 10px;
  font-size: 2rem;
  vertical-align: middle;
  border: 2px solid #ccc;
  background: #efeef5;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  /* line 245, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
  .global_block .block_inner .ticket_list li,
  .global_block .block_inner .room_list li {
    margin: 5px 0;
  }
}
/* line 257, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.global_block .block_inner .ticket_list li span,
.global_block .block_inner .room_list li span {
  font-size: 3rem;
  padding: 0 5px;
}
/* line 260, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.global_block .block_inner .ticket_list li span.change_data,
.global_block .block_inner .room_list li span.change_data {
  color: #d00;
}

/* line 288, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.room_block {
  margin: 30px 0 60px 0;
  border: 1px dotted #ccc;
}
@media only screen and (max-width: 767px) {
  /* line 288, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
  .room_block {
    margin: 60px 0 60px 0;
  }
}

/*****************************************************************************
 検索窓
*****************************************************************************/
/* line 301, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.search_block {
  margin-bottom: 60px;
}
/* line 303, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.search_block .search_area {
  border: 1px dotted #ccc;
  padding: 20px;
}

/*****************************************************************************
 モーダル
*****************************************************************************/
/* line 315, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.remodal .button_block {
  margin-top: 20px;
}
/* line 318, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.remodal .button_block .remodal-cancel {
  background-color: #33277f;
  margin: 0 5px;
}
/* line 321, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.remodal .button_block .remodal-cancel:hover {
  background-color: #2b216b;
}
/* line 326, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.remodal .button_block .remodal-confirm {
  background-color: #a1892a;
  margin: 0 5px;
}
/* line 329, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.remodal .button_block .remodal-confirm:hover {
  background-color: #8d7825;
}

/*****************************************************************************
入力フォーム
 *****************************************************************************/
/* line 344, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.menber_content input[type=email], .menber_content input[type=number], .menber_content input[type=tel], .menber_content input[type=text], .menber_content input[type=password], .menber_content input[type=date], .menber_content select, .menber_content textarea,
.search_block input[type=email],
.search_block input[type=number],
.search_block input[type=tel],
.search_block input[type=text],
.search_block input[type=password],
.search_block input[type=date],
.search_block select,
.search_block textarea {
  text-align: left!important;
  padding: 10px;
  margin-right: 10px;
  border: 1px solid #e1d7d1;
  outline: none;
  transition: .3s;
}
/* line 352, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.menber_content input[type=email], .menber_content input[type=number], .menber_content input[type=tel], .menber_content input[type=text], .menber_content input[type=password], .menber_content input[type=date],
.search_block input[type=email],
.search_block input[type=number],
.search_block input[type=tel],
.search_block input[type=text],
.search_block input[type=password],
.search_block input[type=date] {
  margin: 0 5px;
}

/* line 358, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.select-wrap {
  position: relative;
  line-height: 1.5;
}
/* line 361, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.select-wrap:after {
  display: block;
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background: url(../images/icon/ic_keyboard_arrow_down_black_24px.svg) 0 0 no-repeat;
  background-size: 20px;
  pointer-events: none;
}
/* line 374, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.select-wrap select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  margin: 0 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 390, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.input-350 {
  max-width: 350px;
  width: 100%;
}

/* line 395, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.sl_num4 {
  width: 4rem;
}

/* line 400, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.sl_text {
  width: 380px;
}
@media only screen and (max-width: 767px) {
  /* line 400, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
  .sl_text {
    width: 20rem;
  }
}

/* line 409, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.mfp_err {
  display: none;
}

/* line 413, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.err_on {
  display: block;
}

/* line 418, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.btn-wrap {
  margin-top: 40px;
}

/* line 423, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.chackin_time {
  padding: 5px 0 0 5px;
  display: block;
}

/* line 428, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.btn {
  cursor: pointer;
}

/*****************************************************************************
 クリアフィックス
 *****************************************************************************/
/* line 436, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}

/* line 446, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
/* line 451, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
* html .clearfix {
  zoom: 1;
}

/* line 454, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* line 458, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_base.scss */
.clear {
  clear: both;
}

/*****************************************************************************
 ログイン,
 初めてログインする場合,
 パスワードを忘れた場合
 *****************************************************************************/
/* line 6, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
#login {
  padding: 20px;
  background: #f1eddf;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
  -moz-box-shadow: 0px 0px 5px #cccccc;
  box-shadow: 0px 0px 5px #cccccc;
  width: 650px;
  margin: 120px auto;
  border: 1px solid #a1892a;
}
@media only screen and (max-width: 767px) {
  /* line 6, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  #login {
    width: 100%;
    margin: 60px auto;
  }
}
/* line 18, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
#login p.intro {
  margin-bottom: 40px;
  text-align: center;
}
/* line 22, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
#login dl {
  width: 350px;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 767px) {
  /* line 22, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  #login dl {
    width: 100%;
  }
}
/* line 30, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
#login .co-form__text {
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 2;
  background: #fff;
}

/*****************************************************************************
 マイページ
 *****************************************************************************/
/* line 43, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
#mypage .block6__info {
  background: none;
  border-bottom: 1px dashed #ccc;
}

/*****************************************************************************
 プラン情報
*****************************************************************************/
/* line 53, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block {
  padding: 20px 20px 20px 40px;
  border: 1px dashed #ccc;
  border-top: none;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  /* line 53, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .plans_block {
    padding: 20px;
  }
}
/* line 62, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block h3 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 62, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .plans_block h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
/* line 72, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plan_info {
  width: 100%;
  margin-bottom: 30px;
}
/* line 76, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plan_info .block6__slider {
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 76, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .plans_block .plan_info .block6__slider {
    float: none;
  }
}
/* line 84, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plan_info .block6__textbox {
  float: left;
  height: 33rem;
  overflow: scroll;
}
@media only screen and (max-width: 767px) {
  /* line 84, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .plans_block .plan_info .block6__textbox {
    float: none;
    height: auto;
    overflow: visible;
  }
}
/* line 95, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plan_info .plan_inforow {
  float: right;
  width: calc(100% - 310px);
}
@media only screen and (max-width: 767px) {
  /* line 95, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .plans_block .plan_info .plan_inforow {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
/* line 107, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
}
/* line 111, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data .plans_data_wrap {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  /* line 111, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .plans_block .plans_data .plans_data_wrap {
    padding: 0;
  }
}
/* line 117, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data .plans_data_wrap .plans_intro {
  float: left;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  /* line 117, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .plans_block .plans_data .plans_data_wrap .plans_intro {
    float: none;
    width: 100%;
  }
}
/* line 125, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data .plans_data_wrap .plans_intro h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
/* line 129, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data .plans_data_wrap .plans_intro .room_intro {
  margin-bottom: 20px;
}
/* line 131, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data .plans_data_wrap .plans_intro .room_intro .room_img {
  float: left;
  width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid #ccc;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  /* line 131, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .plans_block .plans_data .plans_data_wrap .plans_intro .room_intro .room_img {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 144, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data .plans_data_wrap .plans_intro .room_intro .room_img img {
  width: 100%;
  height: auto;
}
/* line 149, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data .plans_data_wrap .plans_intro .room_intro p {
  float: left;
  padding-left: 10px;
  width: calc(100% - 130px);
  height: 12rem;
  overflow: scroll;
}
@media only screen and (max-width: 767px) {
  /* line 149, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .plans_block .plans_data .plans_data_wrap .plans_intro .room_intro p {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    overflow: visible;
  }
}
/* line 165, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data .plans_data_wrap .plans_intro dl {
  margin-bottom: 5px;
  display: table;
  width: 100%;
}
/* line 169, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data .plans_data_wrap .plans_intro dl dt {
  display: table-cell;
  padding: 3px 0;
  background: #33277f;
  color: #fff;
  width: 12rem;
  text-align: center;
}
/* line 177, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data .plans_data_wrap .plans_intro dl dd {
  display: table-cell;
  padding-left: 1rem;
}
/* line 183, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data .plans_data_wrap .plans_price {
  float: right;
  width: calc(100% - 65%);
}
@media only screen and (max-width: 767px) {
  /* line 183, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .plans_block .plans_data .plans_data_wrap .plans_price {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
/* line 192, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data .plans_data_wrap .plans_price ul {
  border-top: 1px dashed #ccc;
}
/* line 194, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data .plans_data_wrap .plans_price ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
/* line 197, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data .plans_data_wrap .plans_price ul li p.price {
  padding: 0 10px 10px 10px;
}
/* line 199, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.plans_block .plans_data .plans_data_wrap .plans_price ul li p.price strong {
  color: #BF0000;
  font-weight: bold;
}

/*****************************************************************************
 部屋上限入力
*****************************************************************************/
/* line 215, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.input_block {
  margin-bottom: 60px;
  margin-top: 30px;
}
/* line 218, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.input_block .input_area {
  border: 1px dotted #ccc;
  padding: 20px;
}
/* line 222, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.input_block .input_area h4 {
  margin-bottom: 20px;
}
/* line 227, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.input_block .input_area .co-form_submit,
.input_block .input_area .co-form_submit2 {
  position: relative;
  color: #fff;
  padding: 15px 10px;
  font-size: 1.6rem;
  background-color: #33277f;
  border-radius: 3px;
  transition: .3s;
  border: none;
  cursor: pointer;
  text-align: center;
}
/* line 239, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.input_block .input_area .co-form_submit2 {
  background-color: #a1892a;
}

/*****************************************************************************
 ご予約
 *****************************************************************************/
/* line 249, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.reservation_data {
  margin-top: 60px;
}

/* line 253, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.room_input_box {
  margin-bottom: 40px;
}

/* line 258, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form__inputset .day_price {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
/* line 262, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form__inputset .day_price:last-child {
  margin-bottom: 0;
}
/* line 266, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form__inputset p.price_info {
  display: block;
  width: 100%;
}
/* line 270, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form__inputset p.data_time {
  display: block;
  width: 100%;
}
/* line 274, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form__inputset p.price_data {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #BF0000;
}
/* line 281, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form__inputset p.price_data2 {
  display: block;
  width: 100%;
  font-weight: bold;
}
/* line 287, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form__inputset p.price_num strong {
  color: #BF0000;
  font-weight: bold;
  font-size: 2.1rem;
}
/* line 293, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form__inputset p.name_input {
  display: block;
  width: 100%;
}
/* line 300, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form__inputset span.change_cont {
  color: #BF0000;
  font-weight: bold;
}

/*****************************************************************************
 ご予約完了・キャンセル
 *****************************************************************************/
/* line 309, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.information_block {
  margin-bottom: 60px;
  margin-top: 30px;
}
/* line 312, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.information_block .information_area {
  border: 1px dotted #ccc;
  padding: 20px;
}
/* line 316, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.information_block .information_area h4 {
  margin-bottom: 20px;
}
/* line 319, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.information_block .information_area p.information_cont {
  text-align: center;
}

/*****************************************************************************
 ご予約確認
*****************************************************************************/
/* line 328, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.confirmation_block {
  margin: 30px 0 60px 0;
  padding: 20px;
  border: 1px dashed #ccc;
}
/* line 332, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.confirmation_block .confirmation_table_info {
  margin-top: 40px;
}
/* line 334, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.confirmation_block .confirmation_table_info table.nomal_tab {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
}
/* line 339, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.confirmation_block .confirmation_table_info table.nomal_tab tr.link {
  transition: .3s;
  cursor: pointer;
}
/* line 342, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.confirmation_block .confirmation_table_info table.nomal_tab tr.link:hover {
  background: #fafafa;
}
/* line 346, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.confirmation_block .confirmation_table_info table.nomal_tab th {
  vertical-align: bottom;
  border-bottom: 1px solid #e6e6e6;
  font-weight: normal;
  line-height: 1;
  padding: 17px 8px 17px 8px;
  text-align: center;
  background: #efeef5;
  border: 1px solid #ccc;
}
/* line 358, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.confirmation_block .confirmation_table_info table.nomal_tab td {
  text-align: center;
  line-height: 1;
  padding: 20px 8px;
  border-bottom: 1px solid #e6e6e6;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  /* line 358, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .confirmation_block .confirmation_table_info table.nomal_tab td {
    vertical-align: middle;
  }
  /* line 367, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .confirmation_block .confirmation_table_info table.nomal_tab td.sp {
    text-align: left;
    line-height: 1.5;
  }
}
/* line 372, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.confirmation_block .confirmation_table_info table.nomal_tab td span {
  font-size: 1.25rem;
  color: #fff;
  width: 8rem;
  padding: 7px 0;
  display: inline-block;
  text-align: center;
}
/* line 380, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.confirmation_block .confirmation_table_info table.nomal_tab td span.status_1 {
  background: #E67C73;
}
/* line 383, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.confirmation_block .confirmation_table_info table.nomal_tab td span.status_2 {
  background: #33B679;
}
/* line 386, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.confirmation_block .confirmation_table_info table.nomal_tab td span.status_3 {
  background: #039BE5;
}
/* line 390, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.confirmation_block .confirmation_table_info table.nomal_tab td span.accommodation {
  background: #aaa;
}
/* line 393, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.confirmation_block .confirmation_table_info table.nomal_tab td a {
  text-decoration: underline;
  transition: .3s;
}
/* line 396, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.confirmation_block .confirmation_table_info table.nomal_tab td a:hover {
  text-decoration: none;
  color: #a1892a;
}

/*****************************************************************************
  予約変更
*****************************************************************************/
/* line 411, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.heading_comment {
  padding-bottom: 20px;
  text-align: center;
}

/* line 416, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.input_area .plans_block {
  border: none;
}

/*****************************************************************************
  シーズナルカレンダー
*****************************************************************************/
/* line 425, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area {
  margin: 30px 0 60px 0;
  padding: 20px;
  border: 1px dashed #ccc;
}
/* line 430, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .sc_calendar_title {
  margin: 0 0 5px 0;
}
/* line 432, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .sc_calendar_title h4 {
  float: left;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  /* line 432, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .calender_block .calender_area .sc_calendar_title h4 {
    float: none;
    text-align: center;
  }
}
/* line 443, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .sc_calendar_title .calendar_link {
  float: right;
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  /* line 443, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .calender_block .calender_area .sc_calendar_title .calendar_link {
    float: none;
    padding: 0;
  }
}
/* line 451, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .sc_calendar_title .calendar_link li {
  display: inline;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 456, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .calender_block .calender_area .sc_calendar_title .calendar_link li:first-child {
    float: left;
  }
  /* line 459, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .calender_block .calender_area .sc_calendar_title .calendar_link li:last-child {
    float: right;
  }
}
/* line 463, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .sc_calendar_title .calendar_link li a {
  padding: 10px;
  text-decoration: underline;
  transition: .3s;
}
@media only screen and (max-width: 767px) {
  /* line 463, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .calender_block .calender_area .sc_calendar_title .calendar_link li a {
    display: block;
    padding: 10px;
  }
}
/* line 472, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .sc_calendar_title .calendar_link li a:hover {
  text-decoration: none;
}
/* line 480, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box {
  margin-top: 10px;
  background: #efeef5;
}
/* line 483, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .sat {
  color: blue;
  background: #eaf4ff;
}
/* line 487, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .sun {
  color: #FF0004;
  background: #fff2f3;
}
/* line 492, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .c_head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 492, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .calender_block .calender_area .calender_box .c_head {
    display: none;
  }
}
/* line 508, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .c_head .c_head_caption {
  width: calc(100%/7);
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
/* line 517, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .c_body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 517, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .calender_block .calender_area .calender_box .c_body {
    display: block;
  }
}
/* line 533, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .c_body .c_body_caption {
  width: calc(100%/7);
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  /* line 533, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .calender_block .calender_area .calender_box .c_body .c_body_caption {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/* line 551, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .c_body .c_body_caption p {
  line-height: 1;
  border-bottom: 1px dotted #fff;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  /* line 551, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .calender_block .calender_area .calender_box .c_body .c_body_caption p {
    width: 20%;
    border-bottom: none;
    border-right: 2px solid #fff;
  }
}
/* line 561, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .c_body .c_body_caption p span {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 561, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .calender_block .calender_area .calender_box .c_body .c_body_caption p span {
    display: inline;
    font-size: 10px;
    vertical-align: middle;
    padding-left: 5px;
  }
  /* line 569, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .calender_block .calender_area .calender_box .c_body .c_body_caption p span:before {
    content: '(';
  }
  /* line 572, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .calender_block .calender_area .calender_box .c_body .c_body_caption p span:after {
    content: ')';
  }
}
/* line 579, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .c_body .season_data {
  height: 64px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 579, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
  .calender_block .calender_area .calender_box .c_body .season_data {
    width: 80%;
  }
}
/* line 587, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .c_body .season_data a {
  display: block;
  vertical-align: middle;
  line-height: 64px;
}
/* line 591, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .c_body .season_data a:hover {
  opacity: .7;
}
/* line 595, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .c_body .season_data a.s_class {
  background: #E67C73;
}
/* line 599, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .c_body .season_data a.a_class {
  background: #33B679;
}
/* line 603, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .c_body .season_data a.b_class {
  background: #039BE5;
}
/* line 607, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .c_body .season_data a.c_class {
  background: #7986CB;
}
/* line 611, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.calender_block .calender_area .calender_box .c_body .season_data a.d_class {
  background: #616161;
}

/*****************************************************************************
  部屋の利用上限設定済み一覧
*****************************************************************************/
/* line 625, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form_setting_btn li {
  display: inline-block;
}
/* line 627, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form_setting_btn li:last-child {
  margin-left: 10px;
}
/* line 630, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form_setting_btn li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 30px 15px 20px;
  text-align: center;
  border-radius: 3px;
  transition: .3s;
}
/* line 638, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form_setting_btn li a .fa-chevron-right {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 648, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form_setting_btn .edit_btn a {
  background: #a1892a;
  color: #fff;
}
/* line 651, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form_setting_btn .edit_btn a:hover {
  background-color: #8d7825;
}
/* line 655, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form_setting_btn .delete_btn a {
  background: #867a5a;
  color: #fff;
}
/* line 658, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form_setting_btn .delete_btn a:hover {
  background-color: #776c50;
}
0%);
  transform: translateY(-50%);
}
/* line 648, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form_setting_btn .edit_btn a {
  background: #a1892a;
  color: #fff;
}
/* line 651, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form_setting_btn .edit_btn a:hover {
  background-color: #8d7825;
}
/* line 655, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form_setting_btn .delete_btn a {
  background: #867a5a;
  color: #fff;
}
/* line 658, /Applications/XAMPP/xamppfiles/htdocs/web_site/myb/html/res/scss/_content.scss */
.co-form_setting_btn .delete_btn a:hover {
  background-color: #776c50;
}
