@charset "UTF-8";

/* main-visual
======================================================================*/

.main-visual.mv-plan{
	background-image: url(../../images/plan/main_visual@2x.png);
	background-position: center center;
	background-size: cover;
    background-color: #000308;
}
@media screen and (max-width: 480px){
.main-visual.mv-plan{
    background-image: url(../../images/plan/main_visual_sp@2x.png);
}
}


/* introduction
======================================================================*/
.introduction{
	width: 100%;
    padding: 60px 0;
}
@media screen and (max-width: 768px){
.introduction{
    padding: 30px 0;
}
}

.intro{
	max-width: 1000px;
    margin: 40px auto 0;
	/*padding: 0 20px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.intro h3{
    text-align: center;
}

.intro ul.point{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
.intro ul.point{
    max-width: 92%;
    margin: 0 auto;
}
}

.intro ul.point li{
	width: 19%;
	max-width: 200px;
	background-color: #FFFFFF;
}
@media screen and (max-width: 768px){
.intro ul.point li{
	width: 48%;
    margin-bottom: 20px;
}
.intro ul.point li:first-child{
    margin-bottom: 0;
}
}

.intro ul.point .txtbox{
	/*padding: 20px 0;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    text-align: center;
    height: 80px; 
}
@media screen and (max-width: 768px){
.intro ul.point .txtbox{
	/*padding: 10px 0;*/
    height: auto;
    min-height: 60px;
}
}

.intro ul.point p{
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 768px){
.intro ul.point p{
    font-size: 1.2rem;
}
}

.intro ul.point p span{
    display: block;
   font-size: 1.1rem;
}

/* ttl_bdr
======================================================================*/
.ttl_bdr{
	max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 30px;
	border-top: 10px solid rgba(201,188,156,0.20);
}
@media screen and (max-width: 768px){
.ttl_bdr{
    padding: 60px 0 30px;
}
}

/* tab-box
======================================================================*/
.tab-box ul{
	max-width: 355px;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 768px){
.tab-box ul{
    max-width: 320px;
}
}

.tab-box ul li{
	width: 19%;
	max-width: 68px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
.tab-box ul li{
	max-width: 58px;
}
}

.tab-box ul li:first-child{
    max-width: 58px;
    margin-right: 10px;
}
@media screen and (max-width: 768px){
.tab-box ul li:first-child{
    max-width: 50px;
    margin-right: 7px;
}
}

.tab-box ul li:last-child{
    width: 100%;
    max-width: 100%;
    padding-top: 5px;
    display: block;
}

.tab-box ul li a.soon{
    pointer-events: none;
  cursor: default;
}

/* plan_intro
======================================================================*/
.plan_intro {
  width: 100%;
  text-align: center;
}
/*
.plan_intro h4 {
  font-size: 2.8rem;
  margin-bottom: 40px;
  text-align: center;
}
.plan_intro p.lead {
  line-height: 2.8;
  text-align: center;
    margin-bottom: 40px;
}
*/
.plan_intro ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0 80px;
}
@media screen and (max-width: 768px){
.plan_intro ul {
  padding: 0px 0 20px;
}
}

/*
.plan_intro ul::before{
  content:"";
  display: block;
  width: 24%;
  order:1;
}

.plan_intro ul::after{
  content:"";
  display: block;
  width: 24%;
}
*/
.plan_intro ul li {
  width: 24%;
  max-width: 220px;
}
@media screen and (max-width: 768px){
.plan_intro ul li {
  width: 48%;
  margin-bottom: 20px;
}
}

.plan_intro ul li img {
  max-width: 100%;
}
.plan_intro ul li a {
  transition: all 0.3s linear;
}
.plan_intro ul li a:hover {
  opacity: 0.6;
}

.plan_intro ul li.soon, 
.plan_intro ul li a.soon {
  pointer-events: none;
  cursor: default;
}


/* plan
======================================================================*/
.plan {
	width: 100%;
    max-width: 1000px;
	margin: 0 auto;
    background-color: #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .plan {
     padding-bottom: 20px;
      margin-bottom: 40px;
  }
}
/*
.plan .inner {
    position: relative;
}
*/
.plan_ttl {
    width: 100%;
    height: 330px;
    text-align: center;
    position: relative;
    background-color: #4f6077;
}
@media screen and (max-width: 768px) {
.plan_ttl {
    height: auto;
}
}

.plan_ttl .ttlbox {
    max-width: 950px;
    margin: 0 auto;
    padding: 40px 0;
}
@media screen and (max-width: 768px) {
.plan_ttl .ttlbox {
    padding: 20px 0;
}
}

.plan_ttl h3 {
  /*font-size: 2.6rem;*/
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #c9bc9c;
  margin: 0 auto 20px;
}

.plan_ttl .txt {
  margin-bottom: 20px;
}

.plan_ttl p {
  font-size: 1.3rem;
  text-align: center;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
.plan_ttl p {
  font-size: 1.2rem;
  text-align: center;
}
}

/* plan_wrap
======================================================================*/
.plan_wrap {
    background-color: #FFFFFF;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -120px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
@media screen and (max-width: 768px) {
  .plan_wrap {
      padding: 10px;
      margin: 0;
  }
}

.plan_wrap h3.type {
  padding: 0 0;
  margin: 0 auto 20px;
  border-bottom: 1px solid #2e2624;
}
@media screen and (max-width: 768px) {
  .plan_wrap h3.type {
    padding: 0 20px;
  }
}

/* plan_detail_wrap */
.plan_detail_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .plan_detail_wrap {
    padding-bottom: 20px;
  }
}

/* plan_box */
.plan_box {
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}
@media screen and (max-width: 768px) {
  .plan_box {
      width: 100%;
      padding: 0 20px;
  }
}
.plan_box img {
  max-width: 100%;
}

/* plan_detail */

.plan_detail {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .plan_detail {
    width: 100%;
      margin-bottom: 30px;
  }
}
.plan_detail ul {
    width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan_detail li {
    width: 100%;
    height: 40px;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
        align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #b49f90;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
.plan_detail ul {
    width: 100%;
}
  .plan_detail li {
    width: 49%;
      font-size: 1.2rem;
      letter-spacing: -0.05em;
      margin-bottom: 5px;
  }
}

/* plan_btm */

.plan_btm {
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
    .plan_btm {
        margin: 20px 0;
    }
}
.plan_btm .icon {
    margin-bottom: 20px;
}
.plan_btm p.caption {
  font-size: 1.2rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
.plan_btm p.caption {
  font-size: 1.1rem;
}
}


/* tab
======================================================================*/

/*liにactiveクラスがついた時の形状*/
.tab li.active a{
	/*opacity: 0.5;*/
}


/* tab */
/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

