@charset 'utf-8';

/* freem2 PC/SP 共通 */
.freem2-cont-wrap* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.freem2-cont-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 16px;
  font-family: "メイリオ",Meiryo,Osaka,sans-serif;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
.freem2-cont-wrap ::after{
  content:"";
  display:block;
  clear:both; 
}

img{
  max-width: 100%;
}

/************************
          PC 
************************/
@media screen and (min-width: 668px) {
  
  .freem2-cont-wrap.read{
    padding:0 20px;
  }
  
  /* KIDS DESIGN AWARD 2019 */
  .freem2-name{position: relative;}
  .freem2-name .kids-design{
    position: absolute;
    top:20px;
    right:50px;
    text-align: center;
  }
  .freem2-name .kids-design a{font-size: 12px;}
  .freem2-name .kids-design img{width:75px;height:auto;margin-bottom:5px;}
  
  /* TOP */

  .freem2-read-title{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin:20px 0 20px;
  }
  .plan .freem2-read-title{
    text-align: left;
  }
  .freem2-heading2{
    margin-bottom:20px !important;
  }
  
  .freem2-heading3{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom:20px;
    padding-left:1rem;
  }
  .freem2-heading3::before{
    content: '●';
    margin-left:-1rem;
  }
  
  .section01,.section02,.section03,.section04{
    margin-bottom: 30px;
    padding-bottom:40px;
    border-bottom: 1px dashed #ccc;
  }
  .freem2-graph-caption{
    font-weight: bold;
  }
  .freem2-source{
    font-size: 11px;
    font-weight: normal;
    color:#666;
  }
  .freem2-graph-img{
    text-align: center;
  }
  
  .section01 .freem2-text{
    width:350px;
    float:left;
  }
  .section01 .freem2-graph{
    width:260px;
    float:right;
  }
  .section01 .freem2-graph-img img{
    width:180px;
    height: auto;
  }
  .section01 .freem2-source{
    margin-top: 10px;
  }
  
  .section02 .freem2-graph,.section03 .freem2-graph{
    margin-top:20px;
  }
  .section02 .freem2-graph-caption,.section03 .freem2-graph-caption{
    margin-bottom:20px;
  }
  .section02 .freem2-source,.section03 .freem2-source{
    margin-top: 20px;
  }  
  .section03 .freem2-graph-img img.sub{
    display: block;
    width:auto;
    margin-bottom:10px;
  }
  .section03 .freem2-graph-img img{
    width:180px;
    height:auto;
  }
  .section03 .freem2-graph-img img:nth-child(3){
    margin-left:50px;
  }
  
  
  /* plan */
  
  .base-plan h2.freem2-heading2{
    width:590px!important;
    background: none!important;
    margin-top:0px!important;
    margin-bottom:20px!important;
    padding-bottom:20px!important;
    border-bottom: #dfdfdf dashed 1px;
  }
  .base-plan h2.freem2-heading2 img{
    width:320px;
    height: auto;
  } 
  .base-plan{
    margin-top:20px;
    padding:20px;
    border: #dfdfdf solid 2px;
  }
  .base-plan .freem2-madori{
    float:left;
    width:240px;
    height:auto;
    margin-right: 30px;
  }
  .base-plan ul{
    width:320px;
    float:left;
  }
  .base-plan ul li{
    position: relative;
    padding-left:30px;
    margin-bottom:10px;
  }
  .base-plan ul li:nth-child(1)::before{content: "1";}
  .base-plan ul li:nth-child(2)::before{content: "2";}
  .base-plan ul li:nth-child(3)::before{content: "3";}
  .base-plan ul li::before{
    position:absolute;
    top:0;
    left:0;
    display: block;
    color:#fff;
    font-weight: bold;
    text-align: center;
    width:22px;
    height:22px;
    border-radius: 11px;
    background-color: #d77994;
  }
  
  .base-plan .kadou-kagu{
    clear: both;
    padding-top:20px;
  }
  .base-plan .kadou-kagu .photo{
    width:300px;
    float:left;
    margin-right:30px;
  }
  .base-plan .kadou-kagu .text{
    width:260px;
    float:left;
  }
  .base-plan .kadou-kagu .text .title{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left:28px;
    margin-bottom:10px;
  }
  .base-plan .kadou-kagu .text .title::before{
    content: "1";
    position:absolute;
    top:0;
    left:0;
    display: block;
    color:#fff;
    font-weight: bold;
    text-align: center;
    width:22px;
    height:22px;
    border-radius: 11px;
    background-color: #d77994;
  }
  
  .plan-block .plan-text{
    padding:20px;
  }
  .plan-block.plan01 .plan-text{background-color: #d8e8df;}
  .plan-block.plan02 .plan-text{background-color: #f1dede;}
  .plan-block.plan03 .plan-text{background-color: #f1e1cb;}
  
  .plan-block .plan-text .title{
    font-weight: bold;
    text-align: center;
  }
  .plan-block img.logo-s1{
    width:180px;
    height:auto;
  }
  .plan-block img.logo-s2{
    width:140px;
    height:auto;
  }  
  .plan-block .plan-text ul{
    position: relative;
    margin:10px 0 15px;
    background: rgba(255,255,255,0.70);
    padding:10px;
  }
  .plan-block .plan-text ul li{
    font-size: 14px;
    list-style-type: disc!important;
    margin-left:30px;
  }
  .plan-block .plan-text ul::after{
    content: "";
    position: absolute;
    bottom:-12px;
    left:50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 14px 0 14px;
    border-color: #c60061 transparent transparent transparent;
  }  
  .plan-block .plan-text .dekiru{
    padding: 0 20px;
    font-weight: bold;
  }
  .plan-block .plan-text .dekiru span{
    color:#c60061;
  }
  
  .plan-marori{
    margin:20px 0 ;
    text-align: center;
  }
  .plan01 .plan-marori img{
    width:180px;
    height: auto;
  }
  .plan01 .plan-marori img.plan1-2{
    margin-left:60px;
  }
  .plan02 .plan-marori img,
  .plan03 .plan-marori img{
    width:150px;
    height: auto;
    vertical-align:top;
  }
  .plan02 .plan-marori img.plan2-2,
  .plan03 .plan-marori img.plan3-2{
    margin-left:30px;
  }
  .plan-marori.room1{
    width:400px;
    float:left;
    border:#dc8ca2 solid 1px;
    padding-bottom:20px;
  }
  .plan-marori.room2{
    width:220px;
    float:right;
    border:#dc8ca2 solid 1px;
    padding-bottom:20px;
  }
  .plan-marori .room-type{
    background-color: #d77994;
    color:#fff;
    padding:10px;
    margin-bottom:20px;
  }
  
  
  .freem2-link a{
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }
  
  .freem2-bnr{
    margin:30px auto;
  }
  
  .mb80 {
    margin-bottom: 80px;
  }
  

}


/************************
          SP 
************************/

@media screen and (max-width: 667px) {
  #sider h2.blue {
    padding: 7px 10px 7px 14px !important;

  }
  
  .freem2-cont-wrap {
  /*font-size: 15px;*/
  font-size: .95rem;
  -webkit-text-size-adjust: 100%;
  padding: 20px 10px 30px;
  }
  .freem2-cont-wrap.plan-block{
    padding-bottom:20px;
  }
  
  /* page nav .is-active*/
  #sider li.is-active {
   background: #e6f5ff;
  }
  /* img */
  .freem2-name img,
  .freem2-main img,
  .freem2-cont-item img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
    
  .freem2-name {
    width: 100%;
    height: 110px;
    background: url(/image.jsp?id=591427) center no-repeat;
    background-size: contain;
  }
  .freem2-name > img {
    display: none;
  }
  
  /* KIDS DESIGN AWARD 2019 */
  .freem2-name{position: relative;}
  .freem2-name .kids-design{
    position: absolute;
    top:20px;
    right:5px;
    text-align:right;
  }
  .freem2-name .kids-design a{font-size: 11px;}
  .freem2-name .kids-design img{
    width:46px;
    height:auto;
    margin-bottom:5px;
    margin-right:0;
  }
  .freem2-name .kids-design img + br{display: none;}
  
  .freem2-main img {
    margin: 10px auto;
  }
  
    /* TOP */

  .freem2-read-title{
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    margin:0 0 20px;
  }
  
  .freem2-heading3{
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom:20px;
  }
  
  .section01,.section02,.section03,.section04{
    padding-bottom:40px;
    border-bottom: 1px dashed #ccc;
  }
  .freem2-graph-caption{
    font-weight: bold;
    margin-bottom:20px;
  }
  .section01 .freem2-graph-caption{
    margin-bottom:0;
  }
  .freem2-source{
    font-size: 11px;
    font-weight: normal;
    color:#666;
    margin-top: 20px;
  }
  .freem2-graph-img{
    text-align: center;
  }
  .freem2-graph{
    margin-top:20px;
  }
  .section01 .freem2-graph-img img{
    width:60%;
    height: auto;
  }
  .section01 .freem2-source{
    margin-top: 10px;
  }

  .section03 .freem2-graph-img img.sub{
    display: block;
    width:80%;
    margin-bottom:10px;
  }
  .section03 .freem2-graph-img img{
    width:45%;
    height:auto;
  }
  .section03 .freem2-graph-img img:nth-child(3){
    margin-left:5%;
  }
  
  /* plan */
  
  .base-plan h2.freem2-heading2{
    width:100%;
    margin-top:0px!important;
    margin-bottom:20px!important;
    padding-bottom:20px!important;
    border-bottom: #dfdfdf dashed 1px;
  }
  .base-plan{
    padding:20px;
    border: #dfdfdf solid 2px;
  }
  .base-plan .freem2-madori{
    width:80%;
    height:auto;
    margin: 0 auto 20px;
  }
  .base-plan ul li{
    position: relative;
    padding-left:30px;
    margin-bottom:5px;
  }
  .base-plan ul li:nth-child(1)::before{content: "1";}
  .base-plan ul li:nth-child(2)::before{content: "2";}
  .base-plan ul li:nth-child(3)::before{content: "3";}
  .base-plan ul li::before{
    position:absolute;
    top:0;
    left:0;
    display: block;
    color:#fff;
    font-weight: bold;
    text-align: center;
    padding-top:2px;
    width:22px;
    height:22px;
    border-radius: 11px;
    background-color: #d77994;
  }
  
  .base-plan .kadou-kagu{
    padding-top:20px;
  }
  .base-plan .kadou-kagu .photo{
    width:100%;
    margin-bottom:20px;
  }
  .base-plan .kadou-kagu .text .title{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left:28px;
    margin-bottom:10px;
  }
  .base-plan .kadou-kagu .text .title::before{
    content: "1";
    position:absolute;
    top:0;
    left:0;
    display: block;
    color:#fff;
    font-weight: bold;
    text-align: center;
    width:22px;
    height:22px;
    border-radius: 11px;
    background-color: #d77994;
  }
  
  .plan-block .plan-text{
    padding:20px;
  }
  .plan-block.plan01 .plan-text{background-color: #d8e8df;}
  .plan-block.plan02 .plan-text{background-color: #f1dede;}
  .plan-block.plan03 .plan-text{background-color: #f1e1cb;}
  
  .plan-block .plan-text .title{
    font-weight: bold;
  }
  .plan-block img.logo-s1{
    width:120px;
    height:auto;
  }
  .plan-block img.logo-s2{
    width:100px;
    height:auto;
  }  
  .plan-block .plan-text ul{
    position: relative;
    margin:10px 0 20px;
    background: rgba(255,255,255,0.70);
    padding:10px;
  }
  .plan-block .plan-text ul li{
    font-size: 14px;
    list-style-type: disc!important;
    margin-left:20px;
  }
  .plan-block .plan-text ul::after{
    content: "";
    position: absolute;
    bottom:-12px;
    left:50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 14px 0 14px;
    border-color: #c60061 transparent transparent transparent;
  }
  .plan-block .plan-text .dekiru{
    padding: 0 20px;
    font-weight: bold;
  }
  .plan-block .plan-text .dekiru span{
    color:#c60061;
  }
  
  .plan-marori{
    margin:20px 0 0 ;
    text-align: center;
  }
  .plan-marori img{
    width:47%;
    height: auto;
    vertical-align:top;
  }
  .plan-marori.room1{
    width:100%;
    float:left;
    border:#dc8ca2 solid 1px;
    padding-bottom:20px;
  }
  .plan-marori.room2{
    width:100%;
    float:right;
    border:#dc8ca2 solid 1px;
    padding-bottom:20px;
    margin:10px 0 0;
  }
  .plan-marori .room-type{
    background-color: #d77994;
    color:#fff;
    padding:10px;
    margin-bottom:20px;
  }

  
  
  .freem2-link a{
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }
  
  
}

/* clearfix */
.cf:after {
  content:"";
  display:block;
  clear:both;
}