/* CSS Document */

.rinkai_photogenic img{
  width: auto;
}

.area-map img,.notgood-img img,.good-img img{
  width: 100%;
}


.pc-view{
  display: block;
}
.sp-view{
  display: none;
}
.att-txt{
  color: #989898;
  font-size: 1.4rem;
}
.f-left{
  float: left;
  width: 50%;
}
.f-right{
  float: right;
  width: 50%;
}
.btn{
  width: 100%;
  max-width: 559px;
  height: auto;
  line-height: 1.5;
  padding: 27px 10px;
  box-sizing: border-box;
}
.btn.small{
  max-width: 380px;
  padding: 17px 5px;
  height: auto;
  line-height: 1.5;
  font-size: 2rem;
}
.btn .icon-arrow_bottom{
  font-weight: bold;
  margin: 0 auto;
}
.btn-wrap.conv .btn{
  margin-bottom: 20px
}
.btn-wrap.conv p{
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 980px){
  .pc-view{
    display: none;
  }
  .sp-view{
    display: block;
  }
  .btn{
    font-size: 1.5rem;
    margin: 0 auto;
    padding : 14px 10px;
    max-width: 580px;
  }
  .btn-wrap.conv p{
    font-size: 1.5rem;
  }
}

.rinkai_photogenic{
  background: url(../images/rinkai_photogenic/bg-mv1.png),url(../images/rinkai_photogenic/bg-mv2.png),url(../images/rinkai_photogenic/bg_main.gif);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position:  left top, right top, right top;
}

/* ==============================
メインビジュアル
================================= */
.mv{
  width: 100%;
/*  max-width: 1280px;*/
  padding: 15px 120px 0;
  margin: 0 auto;
  box-sizing: border-box;
  background-size: cover;
  text-align: center;
  letter-spacing: -1rem;
}
.mv-inner{
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.mv-box{
  box-sizing: border-box;
}

.mv-lead{
 display: inline-block;
 text-align: center;
}

.mv-ttl{
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.mv-illust{
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
  letter-spacing: normal;
  transform: translate(-20px,30px);
}


@media screen and (max-width: 980px) {
  .rinkai_photogenic{
    background: url(../images/rinkai_photogenic/sp_mv_bg.png@2x.png),url(../images/rinkai_photogenic/bg_main.gif);
    background-repeat: no-repeat, repeat;
    background-size:  contain, auto;
    background-position: 0% 3%,0% 0%;
  }

  .mv-inner{
    position: relative;
    height: 100%;
  }
  .mv-box{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    /* padding: 24px 10px; */
    z-index: 6;
  }

  .mv-box .sp-view img{
    width: 100%;
  }

  .mv-lead,.mv-ttl,.mv-illust{
    display: none;
  }

}

@media screen and (max-width: 720px){
  .mv{
    padding: 25px 25px 0;
  }
}


/* ==============================
コンテンツ
================================= */

main{
  padding-bottom: 80px;
}

.content-wrap{
  background: #fff;
  margin: 0 auto;
  max-width: 1100px;
}


.sec-inner{
  box-sizing: border-box;
  padding: 60px 50px;
}

.sec-subttl{
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.sec-ttl{
  position: relative;
  max-width: 1100px;
  margin: 0 auto 30px;
  font-size: 3.2rem;
  text-align: center;
  z-index: 1;
}

.st01::before{
  content: "";
  width: 347px;
  height: 103px;
  background: url(../images/rinkai_photogenic/bg_sec1-ttl.png) no-repeat;
  position: absolute;
  top: 0px;
  left:20%;
  z-index: -1;
}

.st02::before{
  content: "";
  width: 347px;
  height: 103px;
  background: url(../images/rinkai_photogenic/bg_sec2-ttl.png) no-repeat;
  position: absolute;
  top: -10px;
  left:20%;
  z-index: -1;
}


/* ==============================
今回の撮影テーマ
================================= */


.request-wrap{
  position: relative;
  background: #fff8e8;
  width: 100%;
  height: auto;
}


.request-wrap::before,
.request-wrap::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.request-wrap::before {
    top: 0;
    left: 0;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}
.request-wrap::after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.request-inner{
  width: 80%;
  margin: 0 auto;
  display: flex;
  padding: 17px 0;
  box-sizing: border-box;
  height: auto;
  align-items: center;
}


.request-inner .text-box{
  width: 80%;
  font-size: 2rem;
  padding-left: 30px;
  box-sizing: border-box;
}

.request-inner .text-box p span{
  font-weight: bolder;
}


.request-inner .text-box .name{
  font-size: 1.5rem;
}



.about-spot-wrap{
    width: 100%;
    border: 2px solid #000;
    box-sizing: border-box;
        margin-top: 100px;
}

.as-ttl-wrap{
  background: #d7f5f8;
  border-bottom:2px solid #000;
}


.spot-img-wrap{
  border-bottom:2px solid #000;
  display: flex;
  padding: 22px 24px;
}

.spot-img{
  width: 565px;
}

.spot-img img{
  max-width: 100%;
}

.as-ttl-inner{
  position: relative;
  padding: 31px 0;
}


.as-illust{
    position: absolute;
    top: -75px;
    left: 30px;
}

.as-ttl{
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    font-size: 2rem;
    font-weight: bolder;
}

.spot-ttl-wrap{
  width: 322px;
  margin: 50px auto;
  background-image: url(../images/rinkai_photogenic/bg_corner-lt.png),url(../images/rinkai_photogenic/bg_corner-lb.png),url(../images/rinkai_photogenic/bg_corner-rt.png),url(../images/rinkai_photogenic/bg_corner-rb.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position:  left top, left bottom, right top, right bottom;
  text-align: center;
  position: relative;
}

.spot-ttl-inner{
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.spot-lead{
    font-size: 2.2rem;
    font-weight: bolder;
    line-height: 1;
    padding-bottom: 20px;
}

.spot-ttl{
  font-size: 3.8rem;
  font-weight: bolder;
  line-height: 1.364;
}

.area-inner{
  display: flex;
}

.area-txt{
    padding: 30px;
    width: calc(100% - 48%);
    box-sizing: border-box;
}

.area-ttl{
    background: #fff39e;
    padding: 13px;
    padding-left: 30px;
    position: relative;
}

.area-ttl::before{
    content: "";
    background-image: url(../images/rinkai_photogenic/dot_area.gif);
    width: 8px;
    height: 8px;
    position: absolute;
    left: 15px;
    top: 22px;
}

.area-txt p{
  padding-top: 20px;
}

.area-txt p span{
    font-size: 1.6rem;
    font-weight: bolder;
    padding-top: 20px;
    display: inline-block;
}

.area-map{
  width: 48%;
  background-size: cover;
}

.area-vol1{
background-image: url(../images/rinkai_photogenic/img_areamap.jpg@2x.jpg);
}
.area-vol2{
background-image: url(../images/rinkai_photogenic/vol2/img_areamap.jpg@2x.jpg);
}
.area-vol3{
background-image: url(../images/rinkai_photogenic/vol3/img_areamap.jpg@2x.jpg);
}

/* 0821追加 */
.area-vol4{
background-image: url(../images/rinkai_photogenic/vol4/img_areamap.jpg@2x.jpg);
}


/* ==============================
会話
================================= */

.chat-wrap{
  margin-top: 30px;
}

.amateur-wrap,.cameraman-wrap{
    display: table;
    width: 100%;
    border-bottom: 2px solid #dce0e0;
    padding: 20px 0;
}

.amateur-wrap:nth-last-of-type(1){
  border: none;
}

.chat-icon{
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    padding-right: 40px;
}

.cameraman-wrap .chat-icon{
    padding-right: 0;
    padding-left: 40px;
}


.chat-txt{
    font-size: 1.8rem;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}

.cameraman-wrap .chat-txt{
  padding-left: 20px;
}

/* ==============================
良い例と悪い例
================================= */
.example-wrap{
    border: 2px solid #000;
    box-sizing: border-box;
}

.notgood, .good{
    display: flex;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.notgood{
  background: #d7edef;
  border-bottom: 2px solid #000;
}

.notgood:before,
.notgood:after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}

.notgood:before {
    bottom: -22px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
    z-index: 10;
}
.notgood:after {
    bottom: -20px;
    border-style: solid;
    border-color: #d7edef transparent transparent transparent;
    border-width: 20px 20px 0 20px;
    z-index: 10;
}

.good{
    background: #ffe6ea;
}

.notgood-txt, .good-txt{
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 40px;
  }

/* 0821追加 */
  .good-txt-04{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
    }


.notgood-txt{
  background-image: url(../images/rinkai_photogenic/bg_notgood.png);
}

.good-txt{
  background-image: url(../images/rinkai_photogenic/bg_good.png);
}

.notgood-txt h3,.good-txt h3{
  text-align: center;
}

.notgood-txt p,.good-txt p{
  width: 90%;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bolder;
  padding-top: 30px;
  }

.notgood-txt .notgood-illust,.good-txt .good-illust{
  position: absolute;
  bottom: 0;
  right: 0;
}

.notgood-img,.good-img{
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}

.pb-space100 {
  padding-bottom: 100px;
}

.comment{
    border-top: 2px solid #000;
    padding: 25px 0;
    margin: 0 auto;
    position: relative;
}

.comment-img{
    position: absolute;
    bottom: 0;    /* 0821修正 */
    left: 10%;
}

.comment-txt{
    font-size: 1.8rem;
    font-weight: bolder;
    text-align: left;
    padding-left: calc(15% + 57px);
    padding-right: 5%;
}



/* ==============================
ポイント
================================= */

.point-container{
  display: flex;
}

.point-wrap{
    width: calc(50% - 20px);
    margin-right: 20px;
    border: 2px solid #000;
    box-sizing: border-box;
}

.point2{
  margin-right: 0;
  margin-left: 20px;
}

.point-ttl{
    display: flex;
    padding: 20px 30px;
    box-sizing: border-box;
    background: #d7f5f8;
    align-items: center;
}

.point-icon{
  width: 30%;
  max-width: 75%;
  padding-right: 10px;
}

.point-ttl h3{
  width: calc(100% - 95px);
  font-size: 2rem;
  line-height: 1.6;
}


.point-txt{
    padding: 20px 30px;
    font-size: 1.6rem;
    font-weight: bolder;
}

/* ==============================
ページネーション
================================= */
.phg-backnumber{
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  letter-spacing: -1rem;
  padding-bottom: 30px;
  margin-top: 30px;
}

.phg-backnumber li{
  display: inline-block;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}

.phg-backnumber li:nth-child(even){
  margin-right: 0;
}

.phg-btn-wrap{
  background-color: #ffffff;
  padding: 5px;
  font-size: 2.4rem;
  font-weight: bolder;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 2px 1px rgba(183, 183, 183, 0.34);
  border: 1px solid #DDD;
  position: relative;
  letter-spacing: -1rem;
  text-align: left;
}

.phg-btn-wrap .thumb-area{
    display: inline-block;
    max-width: 200px;
    margin-right: 20px;
}


.phg-btn-wrap .thumb-area img{
  width: 100%;
}


.phg-btn-wrap .text-area{
    display: inline-block;
    width: calc(100% - 220px);
    letter-spacing: normal;
    vertical-align: top;
    position: absolute;
    top: 30%;
}

.photogenic_active .phg-btn-wrap .thumb-area,
.photogenic_active .phg-btn-wrap .text-area{
    opacity: 0.25;
}

.phg-btn-wrap .text-area span{
  display: block;
  line-height: 1;
}

.phg-backnumber a{
  display: block;
  text-decoration: none;
  color: #333;
}

.phg-backnumber a:hover{
  display: block;
  text-decoration: none;
  color: #333;
  background-color: #fff39e;
}


.phg-btn-wrap::after{
  content: '';
  position: absolute;
  background-image: url(../images/rinkai_photogenic/arrw_nxt.png);
  width: 14px;
  height: 27px;
  right: 20px;
  top: 42%;
}

/* ==============================
スマホ
================================= */

@media screen and (max-width: 980px){
.sec-inner{
  padding: 60px 15px;
}

.sec-ttl{
    font-size: 2rem;
    line-height: 1.3;
}

.st01::before {
    content: "";
    width: 80%;
    height: 80%;
    background: url(../images/rinkai_photogenic/bg_sec1-ttl.png) no-repeat;
    position: absolute;
    background-size: contain;
    top: 50%;
    left: 35%;
    transform: translate(-100px,-60px);
}

.st02::before {
    content: "";
    width: 80%;
    height: 80%;
    background: url(../images/rinkai_photogenic/bg_sec2-ttl.png) no-repeat;
    position: absolute;
    background-size: contain;
    top: 80px;
    left: 35%;
    transform: translate(-110px,-110px);
}

.request-inner{
  flex-wrap:wrap;
}

.icon-box{
  margin: 0 auto;
}

.request-inner .text-box{
  width: 100%;
  padding-left: 0;
  padding-top: 10px;
  font-size: 1.6rem;
}

.about-spot-wrap{
  margin-top: 160px;
}

.as-illust{
  top: -140px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}


.spot-img-wrap{
  flex-wrap: wrap;
  padding: 5%;
}

.spot-ttl-inner{
  width: 100%;
  position: relative;
  padding: 30px;
}

.spot-ttl-wrap{
  width: 100%;
  margin: 0 auto;
}

.spot-img{
  width: 100%;
  padding-top:5%;
}

.spot-img img{
  width: 100%;
}

.spot-lead{
  font-size: 1.4rem;
}

.spot-ttl{
  font-size: 2.4rem;
}

.area-inner{
  flex-wrap: wrap;
}

.area-txt{
  width: 100%;
  padding: 5%;
}

.area-txt p{
  padding-top: 1rem;
}

.area-txt p span{
  padding-top: 1rem;
}

.area-map{
  width: 100%;
  background: none;
}

.amateur-wrap .chat-icon{
  width: 25%;
  padding-right: 10px;
}

.cameraman-wrap .chat-icon{
  width: 25%;
  padding-left: 10px;
  text-align: right;
}

.chat-txt{
  font-size: 1.4rem;
}

.cameraman-wrap .chat-txt{
  padding-left: 0;
}

.notgood, .good{
  flex-wrap: wrap;
}

.notgood-txt, .good-txt{
  width: 100%;
  padding-bottom: 100px;
}

.good-txt img{
  max-width: 100%;
}

.notgood-txt p, .good-txt p{
  font-size: 1.4rem;
}
.notgood-img, .good-img{
  width: 100%;
  padding-left: 0;
}

.pb-space100 {
  padding-bottom: 0;
}

.comment-txt{
  font-size: 1.4rem;
}

.point-container{
  flex-wrap: wrap;
}

.point-wrap{
  width: 100%;
  margin-right: 0;
}

.point-ttl{
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}

.point1{
  margin-bottom: 30px;
}

.point2{
  margin: 0;
}
.point-icon{
  width: auto;
}
.point-txt{
  font-size: 1.4rem;
}

.copyright{
font-family: Roboto, Arial, Helvetica, Tahoma, Verdana!important;
color: #fff;
}

.phg-backnumber{
  padding:0 10px;
}
.phg-backnumber li{
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.phg-btn-wrap .thumb-area {
  width: 35%;
  margin-right: 4%;
}
.phg-btn-wrap .text-area {
  display: inline-block;
  width: calc(100% - 39%);
  letter-spacing: normal;
  vertical-align: top;
  position: absolute;
  font-size: 1.6rem;
  top: 25%;
}
.phg-btn-wrap::after {
  background-image: none;
}

}


/**/
.phg-backnumber.phg-backnumber-maas{
  display: none;
}
