@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: 650px; */
    background: #ddf9f9;
    padding: 20px;
}

.ac-mainvisual__condition {
    width: 146px
}

.ac-mainvisual__condition img{
   width:146px;
}

.ac-mainvisual__caption {
    /* position: absolute; */
    /* top: 33px; */
    /* width: 650px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding:0 20px; */
}

.ac-mainvisual__headline {
    font-size:21px;
    font-weight: 700;
    margin: 0 0 5px;
}

.ac-mainvisual__venue {
    font-size: 14px;
    margin-bottom: 20px;
}

.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;
    /* position: absolute; */
    top: 100px;
    left: 20px;
    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 {
    /* position: absolute; */
    /* bottom: 2px; */
    padding: 10px 0;
    /* width: 610px; */
    min-height: 70px;
    /* max-height: 78px; */
    overflow: hidden;
}

.ac-mainvisual__note__text {
    position: relative;
}

.ac-mainvisual__note__link {
    /* position: absolute; */
    right: 16px;
    bottom: 0;
    background: #DDF9F9;
    /* padding-left: 10px; */
    text-align: right;
    margin-top: 1em;
}

/* =========================================================
   プラン一覧ナビゲーション
========================================================= */

.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;
}
