@charset "utf-8";

.ttl{
  display: inline-block;
  font-size: 2.8rem;
  margin: 0 auto 20px;
  padding: 6px 0 4px;
  position: relative;
}
#leftbox #profdata,#reviewbox{
  /*background: rgba(255,255,255,0.5);*/
  padding:2%;
}



.ttl::before {
    background: #e8c95a none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 25%;
    position: absolute;
    width: 50%;
}


/*
====================================================
■ BASECONT
====================================================
*/
#topbox{
  overflow:hidden;
}

#leftbox{
   width:61%;
   overflow:hidden;
   float:left;
   margin-right:1%;
}

#rightbox{
   width:38%;
   max-width:600px;
   overflow:hidden;
   float:left;
}


@media screen and (max-width: 1024px) {
#leftbox,#rightbox{
  width:100%;
  float:none;
  margin:0 auto;
}
#rightbox{
  margin:6% auto;
}
}



/*
====================================================
■ プロフ
====================================================
*/

#leftbox #namedata {
    margin: 0 auto 15px;
}

#leftbox #namedata h3{
   font-size:2.8rem;
   line-height:1.4;
   text-align:center;
   font-weight: bold;
}
#leftbox #namedata h3 span{
   font-size:2.2rem;
}
#leftbox #namedata .body{
   font-size:1.5rem;
   line-height:1.3;
   margin-bottom:10px;
   text-align:center;
}

#leftbox #profdata{
   position:relative;
}

#leftbox #profdata .types p {
  width: 24%;
  padding:2% 0;
}

#leftbox #profdata dl {
    border-bottom: 1px dotted #ccc;
    font-size: 1.5rem;
    overflow: hidden;
    padding: 1.5% 0 1% 0;
    text-align: left;
    width:100%;
    margin:1% auto ;
    line-height:1.6;
}
#leftbox #profdata dl:last-child{
    border:none;
}
#leftbox #profdata dl.today{color:#e8c95a;}



#leftbox #profdata dt {
    float: left;
    width: 35%;
    font-weight: bold;
    text-align: center;
}

#leftbox #profdata dd {
    float: left;
    width: 65%;
}


@media screen and (max-width: 768px) {
  #leftbox #profdata .types p {
    width: 49%;
  }
}



/*
====================================================
■ 写真
====================================================
*/

#rightbox #photodata{
   position:relative;
}

.slider li img {
    width: 100%;
}
.slider-nav:hover{
   cursor:pointer;
}
.slider-nav img{transition: all 0.5s ease 0s;}
.slider-nav img:hover{opacity: 0.7;}

#rightbox #photodata .slick-prev{left:0;}
#rightbox #photodata .slick-next {right: 0;}

#rightbox #photodata .list_icons{
width:15%;
}
#rightbox #photodata .list_icons img{
display:block;
}

#photodata .list_ranking{
  bottom:18%;
}

#photodata .list_rank img {
    width: 100px;
}



/*
====================================================
■ オプション設定
====================================================
*/

#opbox{margin-top:5%;}

#prof_option{
  margin:auto;
}
#prof_option li {
    border: 1px solid #f9e2ad;
    color: #F9B5CD;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0.5%;
    overflow: hidden;
    padding: 1% 0;
    width: 23%;
    border-radius: 6px;
    font-weight:bold;
    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
#prof_option li.selected {
    background: #f9e2ad;/*linear-gradient(135deg, #f9e2ad, #e7d5ee) */
    color: #ED5187;
    /*border: 1px solid #014e90;*/
}


/*
====================================================
■ 5段階
====================================================
*/

#fivesteps{
  margin-top:6%;
}

#fivesteps table {
background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
font-family: -apple-system,BlinkMacSystemFont,"Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
font-size: 1.4rem;
margin: 0 auto;
width: 100%;
}
#fivesteps table tr, #fivesteps table th, #fivesteps table td {
border: 1px solid #ccc;
font-weight: bold;
padding: 8px 5px;
text-align:left;
}
#fivesteps table th {
width: 35%;
text-align:center;
}
#fivesteps table td span a{
display: inline-block;
padding:0.5% 1%;
font-size: 1.3rem;
margin:0 5px;
border-radius: 4px;
background: #eee;
font-weight: bold;
}
#fivesteps table td span a:hover{
background:#e8c95a;
color:#fff;
}
#fivesteps table th{
background: #f8eaf4;
}
#fivesteps table td p{
line-height: 2;
}


/*
====================================================
■ 写メ日記
====================================================
*/
#diarybox{
   min-height: 600px;
   margin-top:6%;
}
#diarybox iframe {
    min-height: 600px;
}



/*
====================================================
■ レビュー設定
====================================================
*/
#reviewbox{
   position:relative;
   margin-top:6%;
}

/*タブ切り替え*/
.tab{
overflow:hidden;
}
.tab li{
background:#F8EAF4;
padding:2% 0;
float:left;
width:50%;
text-align:center;
transition: all 0.4s ease 0s;
cursor: pointer;
font-size:1.6rem;
color:#333;
}
.tab li.select{
background:none;
color:#e8c95a;
font-weight: bold;
border-top-style: solid;
border-top-width: 1px;
}
.content li{
background:none;
transition: all 0.4s ease 0s;
overflow:auto;
/*height:412px;*/
}
.hide {
display:none;
}

/*レビュー部分*/

#reviewlist{height:400px;overflow: auto;}

#reviewlist div{
border-bottom:1px solid #ccc;
padding:2%;
font-size: 1.4rem;
text-align: left;
line-height:1.5;
}
#reviewlist div .reviewer{
font-size:1.6rem;
font-weight:bold;
}
#reviewlist div .reviewer:after{
font-size:1.4rem;
content:"様の投稿";
margin-left:5px;
}
#reviewlist div .reviewer span{
font-size:1.3rem;
display: block;
color:#333;
}
#reviewlist div .reviewer span:after{
content: "UPDATE";
margin-left:5px;
font-size: 1.1rem;
}




/*FORM*/

.content li form{
  padding:0 2% 2% 2%;
  text-align:left;
  font-size: 1.5rem;
}
.content li form p{
margin-top:2%;
}
.content li form #comment{
width:95%;
}

.content li form #title{
width:70%;
}

.content li form .red{
font-size:1.2rem;
}
input#reviewer,input#mailad,
textarea#comment {
    font-size: 1.6rem;
    padding: 1%;
    background-color:#eee;
    border: 1px solid #eee;
    color:#000;
}




/*
====================================================
■ BOTTOM CONT
====================================================
*/
#bottombox{
   width:98%;
   margin:auto;
   overflow:hidden;
}
/*
====================================================
■ SCHEDULE 設定
====================================================
*/
#bottombox #schebox{
   position:relative;
   margin-top:3%;
}

#schebox > ul {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: auto;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}
#schebox > ul li {
    float: left;
    text-align: center;
    width: calc(100% / 7);
    vertical-align: middle;
    display: inline-block;
}

#schebox > ul li .day {
    border-bottom: 1px solid #ccc;
    background: #f9e2ad;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 0;
}
#schebox > ul li .timesche {
    font-size: 1.5rem;
    padding: 20px 0;
    text-align: center;
}


@media screen and (max-width: 1024px) {
  #schebox > ul li {
      float: none;
      width: calc(100% / 1);
  }
  #schebox > ul li .day,
  #schebox > ul li .timesche {
      float:left;
      padding: 10px 0;
      display:block;
  }
  #schebox > ul li .day{width:26%;}
  #schebox > ul{border-bottom:none;}
  #schebox > ul li .timesche {
border-bottom: 1px solid #ccc;
width:66%;
}

}
