@charset "UTF-8";

/* =========================================================
   共通スタイル
========================================================= */

* {
   margin:0;
   padding:0;
}

html {
    font-family: 'メイリオ', 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'ＭＳ Ｐゴシック', 'osaka', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';
}

#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
    font-size:14px;
    text-align: left;
}

.ac-outer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 10px;
}

.ac-plan__text {
    font-size:14px;
}

.ac-text {
}

.ac-text.\--isRed{
   color:#ff0000;
}

.ac-text.\--isBlue{
   color:#003894;
   margin-right:5px;
}

.ac-text.\--isBold{
   font-size:17px;
   font-weight:700;
}

/* =========================================================
   ページャー
========================================================= */
.no_txt {
    font-size: 14px;
    height: 30px;
    margin: 40px 0 10px;
}

.no_now {
    background: #ccc none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 3px 7px;
    color: #FFF;
    font-weight: bold;
}

/* 選択項目 ホバー */
.no_now:hover {
    color: #FFF;
}

/* =========================================================
   プラン一覧メインビジュアル
========================================================= */

.ac-mainvisual {
    position: relative;
    width: 610px;
    background: #ddf9f9;
    padding: 20px;
}

.ac-mainvisual__condition {
    width: 146px
}

.ac-mainvisual__condition img{
   width:146px;
}

.ac-mainvisual__caption {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 20px;
}

.ac-mainvisual__headline {
    font-size:21px;
    font-weight: 700;
}

.ac-mainvisual__venue {
    font-size: 14px;
}

.ac-mainvisual__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 610px;
    /* height: 180px; */
    overflow: hidden
}

.ac-mainvisual__image img{
   width:300px;
}

.ac-mainvisual__image__item {
    /* height: 180px; */
    overflow: hidden
}

.ac-mainvisual__image__item.\--isRight{
   -webkit-box-ordinal-group:3;
   -webkit-order:2;
       -ms-flex-order:2;
           order:2;
}

.ac-mainvisual__image__item.\--isLeft{
   -webkit-box-ordinal-group:2;
   -webkit-order:1;
       -ms-flex-order:1;
           order:1;
}

.ac-mainvisual__note {
    padding: 10px 0;
    width: 610px;
    overflow: hidden;
}

.ac-mainvisual__note__text {
    position: relative;
}

.ac-mainvisual__note__link {
    /* position: absolute; */
    right: 16px;
    bottom: 0;
    background: #DDF9F9;
    padding-left: 10px;
    display: block;
    text-align: right;
}

/* =========================================================
   プラン一覧ナビゲーション
========================================================= */

.ac-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    margin-top: 30px;
    border-bottom: 2px solid #003894;
}

.button__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 285px;
}

.button__list__item {
    padding: 6px 10px
}

.button__list__item.\--isActive{
   background:#969696;
   color:#FFF;
   border-radius:8px;
}

.button__list__item.\--isActive a:hover{
   color:#FFF;
}

/* プラン一覧導線設置 */
.more_play_h2 {
    white-space: nowrap;
    margin-bottom: 15px;
    margin: 0 auto 16px;
    border-bottom: solid 1px #003894;
    color: #003894;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}

.more_play_h2::before {
    float: left;
    width: 5px;
    height: 26px;
    margin-right: 7px;
    background-color: #003894;
    content: ' ';
}

.more_play {
  display: flex;
  justify-content: space-between;
}

.more_play_recommendation img {
    width: 295px;
}


.more_play_recommendation a {
    text-decoration: none;
    color: #384682;
}

.more_play_recommendation a:visited {
    color: #384682;
}

.more_play_recommendation h2 {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 5px;
}

.more_play_recommendation p {
    font-weight: bold;
    font-size: 14px;
    color: black;
}

/*===================================================
        選択条件チップ
  ===================================================*/
.ac-nav-chips {
    margin-left: 10px;
    display: -webkit-box;
}
.ac-nav-chips-title {
    display: flex;
    align-items: center;
}
.ac-nav-chips-content {
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    max-width: 510px;
}
.chip {
    margin: 1px;
    display: inline-flex;
    flex-direction: row;
    background-color: #4e74ff;
    border: none;
    cursor: default;
    height: 36px;
    outline: none;
    padding: 0;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    white-space: nowrap;
    align-items: center;
    border-radius: 16px;
    vertical-align: middle;
    text-decoration: none;
    justify-content: center;
    font-weight: bolder;
}
.chip-content {
    cursor: inherit;
    display: flex;
    align-items: center;
    user-select: none;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    color: white;
}

.chip-svg {
    color: #999999;
    cursor: pointer;
    height: auto;
    margin: 4px 4px 0 -8px;
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
}

.chip-svg:hover {
    color: #666666;
}