@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;
}

.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;
}

.flex-wrap {
    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;
}

/* =========================================================
   プラン一覧メインビジュアル
========================================================= */
.ac-mainvisual {
    width: 980px;
}

.ac-mainvisual__headline {
    font-size:18px;
    font-weight: 700;
    color: #333;
    background: #e4e4e4;
    padding: 5px 15px;
    margin-bottom: 10px;
    line-height: 1.7;
}

.ac-mainvisual__image {
    width: 300px;
    height: 180px;
    overflow: hidden
}

.ac-mainvisual__image img{
   width:100%;
   height:100%;
}

.ac-mainvisual__note {
    position: relative;
    width: 670px;
    height: 143px;
}

.ac-mainvisual__note__text {
    height: 125px;
    overflow: hidden;
    margin-top: 11px;
    line-height: 1.3;
    word-break: break-all;
}

.ac-mainvisual__note__address {
    position: absolute;
    bottom: 0;
    line-height: 1.1;
}

/* =========================================================
   プラン一覧ナビゲーション
========================================================= */

.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;
}

/* プラン一覧 情報　料金・評価
--------------------------- */
.ac-plan__detail {
    width: 260px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.ac-plan__evaluation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px
}

.ac-plan__evaluation.\--isMainvisual{
   width:300px;
   -webkit-box-pack:justify;
   -webkit-justify-content:space-between;
       -ms-flex-pack:justify;
           justify-content:space-between;
}

.ac-plan__evaluation.\--isMainvisual a{
   line-height:1;
   -webkit-align-self:center;
       -ms-flex-item-align:center;
           align-self:center;
}

.evaluation__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 150px;

}

.evaluation__list__item {
    width: 23px;
    height: 23px;
}


/* プラン一覧導線設置 */
.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;
}