/* CSS Document */

.contentArea.fresh{
  color: #583c27;
  background: #e4fdfc;
}
.contentArea.fresh img{
  max-width: 100%;
}
h1.contentTitle{
  margin: 3rem 0;
  text-align: center;
  position: relative;
}
h1.contentTitle:after,
h1.contentTitle:before{
  background: rgba( 255,255,255, .5);
  border: 1px solid #fff;
  content: "";
  width: 95%;
  height: 135%;
  position: absolute;
}
h1.contentTitle:after{
  left: 0;
  top: -2rem;
  z-index: 1;
}
h1.contentTitle:before{
  right: 0;
  bottom: -2rem;
  z-index: 2;
}
h1.contentTitle img{
  z-index: 3;
  position: relative;
}
.contentArea.fresh h2{
/*
  background: rgba(255,255,255, .5);
*/
  color: #583c27;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
  margin: 2em .75rem 1.5em;
  position: relative;
  text-align: center;
}

.contentArea.fresh h2:before{
  background: url("../../../../img/page/newcolumn/fresh/icn_kira.svg") left top / contain no-repeat;
/*
  background: #50c3e2;
*/
  content: "";
  width: 2em;
  height: 1em;
  position: absolute;
  bottom: -1.25em;
  left: calc(50% - 1em);
}

.contentArea.fresh h3{
  border-bottom: 1px dotted #583c27;
  font-size: 1.1em;
  margin: 2rem .75rem 1rem .75rem;/*
  text-align: center;*/
  
}
#calenderArea{
  overflow: hidden;
}
#calenderArea>div{
  animation: .5s fadeIn;
  background: #fff;
  display: none;
  margin: 0 .75em;
}
.calenderArea .tab_1 #tab_1,
.calenderArea .tab_2 #tab_2,
.calenderArea .tab_3 #tab_3{
  display: block;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% { 
    opacity: 1;
    transform: translateX(0);
  }
}
.tabBox{
  display: flex;
  justify-content: center;
  list-style: none;
  letter-spacing: 1px;
  padding-left: 0;
  margin: 0 .75em;
}
.tabBox li{
  color: #fff;
  padding: .25em .5em;
  border-radius: 3px 3px 0 0;
  margin: 0 .15em;
}
.calenderArea li.tab_1{
  background: #5AA076;
}
.calenderArea li.tab_2{
  background: #DB716A;
}
.calenderArea li.tab_3{
  background: #5372E0;
}
.calenderArea #tab_1,
.calenderArea #tab_2,
.calenderArea #tab_3{
  border-width: 5px 0 0 0;
  border-style: solid;
}
.calenderArea #tab_1,
.calenderArea  #tab_1 .month+.month{
  border-color: #5AA076;
}
.calenderArea #tab_2,
.calenderArea  #tab_2 .month+.month{
  border-color: #DB716A;
}
.calenderArea #tab_3,
.calenderArea  #tab_3 .month+.month{
  border-color: #5372E0;
}


.pageIndex>div{
  text-align: center;
  position: relative;  
}
.pageIndex>div span{
  background: #e4fdfc;
  padding: 0 .5em;
  position: relative;
  z-index: 2;
}
.pageIndex>div:after{
  border-top: 1px dashed #583c27;
  content: "";
  width: calc( 100% - 2rem );
  height: 1px;
  position: absolute;
  top: 50%;
  left: 1rem ;
  z-index: 1;
}
.pageIndex>ul{
  border-bottom: 1px dashed #583c27;
  list-style: none;
  padding: 0 0 .5rem 0;
  margin: 0 1rem;
}
.pageIndex>ul a{
  color: #583c27;
  display: block;
  padding: .5em 1em;
}

#calenderArea h3{
  border: none;
  margin: 1rem 0;
  text-align: center;
}
.calenderArea #tab_1 h3,
.calenderArea #tab_1 h4{
  color: #5AA076;
}
.calenderArea #tab_2 h3,
.calenderArea #tab_2 h4{
  color: #DB716A;
}
.calenderArea #tab_3 h3,
.calenderArea #tab_3 h4{
  color: #5372E0;
}
.calenderArea h4{
  margin: 0;
  font-size: .9em;
}
.calenderArea h4 span{
  font-size: 1.6em;
}
.calenderArea .year{
  padding-bottom: .5rem;
}
.calenderArea .month{
  display: flex;
  padding: .25rem 0;
  margin: 0 .5rem;
}
.calenderArea .month+.month{
/*
  border-width: 1px 0 0 0;
  border-style: solid;
*/
}
.calenderArea .month > div:first-of-type{
  min-width: 3.5em;
  padding-top: .25rem;
  text-align: center;
}
#tab_1 .month > div:first-of-type{
  background: rgba(90,160,118, .2);
}
#tab_2 .month > div:first-of-type{
  background: rgba(219,113,106, .2);
}
#tab_3 .month > div:first-of-type{
  background: rgba(83,114,224, .2);
}
.calenderArea .month ul{
  font-size: .9em;
  list-style: none;
  padding-left: 0;
}
.calenderArea .month li{
}
.pageIndex>ul a,
.calenderArea .month li a,
.calenderArea .month li span{
  color: #583c27;
  display: block;
  padding: .25em .25em .25em 1.25em;
  position: relative;
}
.pageIndex>ul a:before,
.calenderArea .month li a:before/*,
.calenderArea .month li span:before*/{
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #e2d85a;
  content: "";
  width: .3em;
  height: .3em;
  left: .3em;
  top: calc(50% - .15em);
  position: absolute;
  transform: rotate(45deg);  
}
.pageIndex>ul a:before{
  border-width: 1px 1px 0 0;
  border-color: #583c27;
}
.calenderArea .month li span:before {
  border-width: 2px;
}

ol.step{
  background: linear-gradient( -120deg , rgba(255,255,255, .5) 60% , rgba(255,255,255, .8) 60% );
/*
  background: linear-gradient( -120deg , rgba(255,255,255, .9) 60% , rgba(226,216,90, .8) 60% );
*/
  border-radius: 3px;
  font-size: 1.1em;
  list-style: none;
  margin: 1rem;
  padding: 1rem;
}
ol.step li{
  counter-increment: stepNumber;
}
ol.step li+li{
  margin-top: .5rem;
}
ol.step li:before{
  color: #218ED8;
  content: "Step" counter(stepNumber);
  font-size: 1.4em;
  font-weight: 700;
  margin-right: .5rem;
}
ol.step+p{
  background: rgba(255,255,255, .8);
  border-radius: 3px;
  margin: 1rem !important;
  padding: 1rem;
}
ol.step+p span{
  color: #218ED8;
  font-size: 1.4em;
  font-weight: 700;
  margin-right: .25em;
}

.reccomendedArea{
  border-width: 4px 0;
  border-style: double;
  border-color: #fff;
  margin: 1.5rem 1rem;
  padding: 1rem .5rem;
}
.reccomendedArea a div:last-of-type:before{
  background: #db716a;
  border-radius: 1rem;
  content: "おすすめ";
  color: #fff;
  font-size: .7em;
  padding: 0 .25rem;
  position: absolute;
  top: -1.5em;
  left: 0;
}
a.reccomendedPage{
  display: flex;
  align-items: center;
}
a.reccomendedPage div{
  position: relative;
}
a.reccomendedPage div:first-of-type{
  width: 30%;
  margin-right: .5rem;
}
a.reccomendedPage div:last-of-type{
  width: 70%;
}
a.reccomendedPage div span{
  display: block;
  font-weight: 700;
}

ul.toGoLink{
  list-style: none;
  margin: 1rem .75rem;
  padding: 0;
}
ul.toGoLink li+li{
  margin-top: .5rem;
}
ul.toGoLink a{
  background: rgba(255,255,255, 1);
  border-radius: 3px;
  color: #218ED8;
  display: block;
  padding: .75rem 1rem;
  box-shadow: 1px 1px 2px rgba(0,0,0, .15);
}
.joinUs{
  background: #fff;
  border-radius: 1rem;
  margin: 1rem .75rem;
  padding: 1px;
}
.joinUs .title{
  text-align: center;
}
.joinUs ul{
  list-style: none;
  margin: 1rem;
  padding: 0;
}
.joinUs ul li{
  background: url("../../../../img/page/newcolumn/fresh/icn_piyopencil.svg") left center / contain no-repeat;
  margin-top: .5em;
  padding: .5em 0 .5em 3em;
}
a.joinBtn{
  box-shadow: 1px 1px 2px rgba(0,0,0, .15);
  display: block;
  background: #ffe100;
  border-radius: 3px;
  padding: 1em;
}