@charset "utf-8";
/*------------------------------------------------------------
	大衆点評とは
------------------------------------------------------------*/
#main{
  font-size: 14px;
  line-height: 1.6;
}

.pageTitle{
  background: url("../img_tt/common/com_bg.gif") 0 0 repeat;
}
.pageTitle > .inner{
  position: relative;
  margin: 0 auto;
  background: #fff url("../img_tt/plan/plan_img_main.jpg") right bottom no-repeat;
  padding: 20px 20px;
  width: 1000px;
}
.pageTitle .lead{
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 40px;
}
.pageTitle .lead strong,
.pageTitle .lead em{
  font-weight: bold;
  font-style: normal;
}
.pageTitle .lead strong{}
.pageTitle .lead em{
  color: #f3990f;
  font-size: 120%;
}
.pageTitle h2{
  float: left;
  margin-bottom: 20px;
  line-height: 1.5;
  width: 500px;
  font-size: 24px;
}
.pageTitle h2 span{
  display: block;
}
.pageTitle h2 .text01,
.pageTitle h2 .text03{
  font-size: 24px;
}
.pageTitle h2 .text02{
  font-size: 36px;
  color: #f3990f;
}


.planHeading{
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 24px;
}
.planHeading .text01,
.planHeading .text02{
  display: block;
}
.planHeading .text01{
}
.planHeading .text02{
  color: #f3990f;
  font-size: 175%;
}
.planHeading strong{
  font-size: 130%;
}

.plan01 .caption{
  margin-top: -10px;
  /*margin-bottom: 5px;
  text-align: right;*/
  font-size: 20px;
  font-weight: bold;
}
.plan01 .caption span {
    display: block;
    /*text-align: right;*/
    font-size: 14px;
    font-weight: normal;
}
.plan01 table{
  border: 2px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.plan01 table .col01{
  width: 10%;
}
.plan01 table .col02{
  width: 15%;
}
.plan01 table .col04,
.plan01 table .col05,
.plan01 table .col06{
  width: 15%;
}
.plan01 table th,
.plan01 table td{
  border: 1px solid #ddd;
  padding: 6px 10px;
  line-height: 1.3;
  vertical-align: middle;
  font-weight: normal;
}
.plan01 table th{
  text-align: center;
}
.plan01 table tbody td{
  text-align: center;
}
.plan01 table thead .vip,
.plan01 table tbody .vip th{
  background: #b8cce4;
}
.plan01 table thead .basic,
.plan01 table tbody .basic th{
  background: #ffffcc;
}
.plan01 table thead .light,
.plan01 table tbody .light th{
  background: #ffcccc;
}

.bar01,
.bar02{
  height: 34px;
  line-height: 34px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.bar01{
  background: #f3990f;
}
.bar02{
  background: #39b54a;
}

.planDetailBlk{
  border-top: 2px solid #eee;
  padding-top: 40px;
}
.planDetailBlk > .image{
  float: right;
}
.planDetailBlk > .text{
  overflow: hidden;
  width: 360px;
}
.planDetailBlk > .text h4{
  margin-bottom: 20px;
  font-size: 22px;
}
.planDetailBlk > .text h4::before{
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: #f3990f;
  width: 16px;
  height: 16px;
}

.planList dt{
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}
.planList dd{
  margin-bottom: 20px;
}

.planDetail li{
  position: relative;
  display: inline-block;
  width: 30%;
  text-align: center;
}
.planDetail li .text{
  display: block;
  margin-top: 4px;
  font-size: 11px;
}

.planListNotice{
  position: absolute;
  top: 2px;
  left: 105%;
  width: 300%;
  font-size: 11px;
  text-align: left;
}

.planListIcon01,
.planListIcon02,
.planListIcon03{
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
}
.planListIcon01{
  background: #b8cce4;
}
.planListIcon02{
  background: #ffffcc;
}
.planListIcon03{
  background: #ffcccc;
}

.plan03 > .text01{
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.planh4 {
    margin-bottom: 20px;
    font-size: 22px;
}
.planh4:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    background: #f3990f;
    width: 16px;
    height: 16px;
}
.optionTable th {
  background: #E2EFDA;
}

.plan01 td.type-o {
	background: #f3990f;
	color: #fff;
}
.plan01 td.type-b {
	background: #1a8ce5;
	color: #fff;
} 


/*------------------------------------------------------------
	190819追記　サイトsp化
------------------------------------------------------------*/
  .plan02 .planHeading .text01 span{
    display: block;
  }
@media screen and (max-width:767px) { 
  .pageTitle > .inner{
    width: 100%;
    padding: 20px 10px 170px;
    width: 100%;
    background-size: contain;
  }
  .pageTitle .lead {
    font-size:22px;
    margin-bottom: 7px;
  }
  .pageTitle > .inner .image img{
    width: 100%;
    margin: 15px auto 0;
  }
  .pageTitle h2 .text02 {
    font-size: 27px;
    line-height:1em;
  }
  .pageTitle h2 {
    width: 100%;
  }
  .pageTitle h2 .text01, .pageTitle h2 .text03 {
    font-size: 22px;
  }
  #main img {
    width: 100%;
  }
  .planHeading{
    font-size: 22px;
  }
  .planHeading .text02 {
    font-size: 25px;
    line-height:1.2em;
  }
  .planHeading strong {
    font-size: 110%;
    line-height:1.3em;
  }
  .planList dt {
    text-align: center;
    margin-bottom:0;
  }
  .planList dd {
    text-align:center;
    margin-bottom:12px;
  }
  .planDetailBlk.sp_only > h4 {
    margin-bottom: 5px;
    font-size: 22px;
}
  .planDetailBlk.sp_only > h4::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    background: #f3990f;
    width: 16px;
    height: 16px;
}
  .planDetailBlk .planList {
    margin-top:20px;
  }
  .planDetailBlk > .text {
    width: 100%;
}
  .org {
    padding-top:0;
  }
  .plan01 table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .plan02 .planHeading .text01 {
    font-size: 19px;
    font-weight:500;
  }
  .plan02 .planHeading .text01 span{
    line-height:0.5;
  }
  .plan01 .caption {
    font-size:18px;
  }
  .planDetailBlk {
    margin-top:40px;
  }
  .taRight {
    text-align:left !important;
  }
}
@media screen and (max-width:330px) {
  .min_only {
    display: none;
  }
}




/*-----------------

191015追記ここから
-----------------*/
.pageTitle > .inner {
  height:335px;
}
.pageTitle .text {
  overflow: hidden;
  padding-top:0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pageTitle .text h2 {
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
}
.pageTitle .text h2 .text01, .pageTitle .text h2 .text03 {
    font-size: 22px;
}
.pageTitle .text h2 span {
    display: block;
    line-height: 1.2;
}
.pageTitle .text h2 .text02 {
    font-size: 50px;
    color: #f3990f;
    margin-bottom: 12px;
    margin-top:12px;
}
.pageTitle .text h2 .text01, .pageTitle .text h2 .text03 {
    font-size: 22px;
}

@media screen and (max-width:767px) {
  .pageTitle > .inner {
    height:auto;
    padding-bottom: 228px;
  }
  .pageTitle .text {
    position:static;
    transform:none;
  }
    .pageTitle .text h2 {
    text-align:left;
  }
  .pageTitle .text h2 .text02 {
    font-size: 33px;
    margin: 5px 0;
  }
}
/*-----------------

191015追記ここまで
-----------------*/

/*-----------------

200120追記ここから
-----------------*/
.mb_1em {
margin-bottom: 1em;
}

#main .frightImg {
    float: right;
}

.tablebottomlist {
    margin-top: 15px;
}
.tablebottomlist li {
    padding-left: 2.3em;
    text-indent: -2.3em;
}
.tablebottomlist li + li {
    margin-top: 5px;
}

.plList {
    overflow: hidden;
}
.plList dt {
    font-weight: bold;
    color: #F3990F;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.plList dd {
    float: left;
    width: 200px;
    margin: 0 66px 50px 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}
/*.plList dd:nth-child(4n),*/
.plList dd:nth-child(5),
.plList dd:nth-child(9) {
    margin-right: 0;
}
.plList dd span {
    display: block;
    margin-bottom: 3px;
}
.plList dd img {
    max-width: 100%;
}

@media all and (min-width: 0px) and (max-width: 768px) {
    #main .frightImg {
        float: none;
        text-align: center;
        margin-bottom: 1em;
    }
    #main .frightImg img {
        max-width: 100%;
        width: auto;
    }
    .plList + .plList {
        margin-top: 20px;
    }
    .plList dd {
        float: left;
        width: 50%;
        margin: 0 0 20px 0;
        padding: 0 5%;
        box-sizing: border-box;
    }
}

/*-----------------

200120追記ここまで
-----------------*/
.tab-area {
  align-items: normal;
}
.tab-area .tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

