@charset "utf-8";
/***********************
2015.02.18 shuji higashimae
Plan page layout
************************/

@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
.ja, .ja * {
 line-height: inherit;
 color: inherit;
 font-size: inherit;
 font-family: 'Open Sans',Helvetica,Arial,'Noto Sans JP',sans-serif;
}
.page-up { background: #FFF;}
#body.index,
#body.index .page-up { background: #f7f7f7;}

.line-title {
 margin: 0 auto 40px;
 padding-bottom: 25px;
 text-align: center;
 line-height: 1;
 font-family: 'Catamaran', sans-serif;
 font-size: 18px;
 font-weight: 700;
 position: relative;
}
.line-title::before {
 width: 40px;
 height: 1px;
 content: "";
 display: block;
 background: #2d2d2d;
 position: absolute;
 left: 50%;
 bottom: 0;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 transition-delay: 0.75s;
}

.line-title +p {
 margin: -15px 0 40px;
 text-align: center;
 letter-spacing: 0.1em;
 line-height: 2;
 font-size: 12px;
 position: relative;
}

@media screen and (max-width: 1200px) {
 .line-title {
  margin: 0 auto 30px;
  padding-bottom: 20px;
  font-size: 16px;
 }
 .line-title +p { margin: -15px 0 30px;}
}
@media screen and (max-width: 640px) {
 #location .line-title { font-size: 14px !important;}
 .line-title +p { font-size: 10px !important;}
 #body.index #page-title h2 + p { text-align: center !important;}
}

@media screen and (min-width: 641px) {
.sp {display: none}
}


/*======================
 #plans
=======================*/
#plans {
 padding: 0 0 40px;
 background: #f7f7f7;
}
#plans h3 {
  text-align: center;
  padding: 0 0 60px;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 300;
}
#plans h3 span {
  display: block;
  text-align: center;
  line-height: 1;
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
#plan-info .c-plan-price {
  margin: 0 auto 40px;
}
#plan-info .c-plan-price.mTop {
  margin-top: 80px;
}
#plan-info .c-plan-price .price .num {
  font-size: 40px;
}
#plan-info .c-plan-price .price .sub {
  font-size: 16px;
}
#plan-info .c-plan-price .tax {
  font-size: 16px;
}
#plans .plan-list {
 width: 90%;
 max-width: 1080px;
 margin: 0 auto;
 padding-bottom: 60px;
}
#plans .plan-list li {
 margin-top: 50px;
 letter-spacing: 0;
 font-size: 0;
 background: #FFF;
 border: 1px solid #ededed;
}
#plans .plan-list li:first-child { margin-top: 0;}
#plans .plan-list li a {
 padding: 2.3%;
 display: block;
}
#plans .plan-list li.odd a { padding-left: 0;}
#plans .plan-list li.even a { padding-right: 0;}
#plans .plan-list a img {
 width: 100%;
 height: auto;
 line-height: 0;
}
#plans .plan-list li a .sp { display: none;}
#plans .plan-list li a figure {
 width: 52.5%;
 display: inline-block; *display: inline; *zoom: 1;
 vertical-align: middle;
 overflow: hidden;
 z-index: -1;
}
#plans .plan-list li a figure img {
 -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
     -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
         transition: all 0.4s ease-out;
}
#plans .plan-list li a:hover figure img {
 -moz-transform: scale(1.075,1.075);
 -webkit-transform: scale(1.075,1.075);
 -o-transform: scale(1.075,1.075);
 -ms-transform: scale(1.075,1.075);
 transform: scale(1.075,1.075);
}
#plans .plan-list li a .txt-wrap {
 width: 47.5%;
 display: inline-block; *display: inline; *zoom: 1;
 vertical-align: middle;
 text-align: center;
 position: relative;
}
#plans .plan-list li a .txt-wrap dl {
 margin: 0 auto 40px;
 text-align: center;
}
#plans .plan-list li a .txt-wrap dl dt {
 margin: 0 auto;
}
#plans .plan-list li a .txt-wrap dl dt img {
 width: auto;
 height: 52px;
}
#plans .plan-list li a .txt-wrap dl dd {
 margin-top: 20px;
 letter-spacing: 0.06em;
 line-height: 1.333333;
 color: #878787;
 font-size: 14px;
}
#plans .plan-list li a .txt-wrap dl dd span {
  display: inline-block;
  margin-top: 20px;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #1d1d1d;
  font-size: 12px;
  background: #eee;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 8px;
}
#plans .plan-list li a .txt-wrap .btn {
 width: 122px;
 margin: 0 auto;
 text-align: center;
 line-height: 2.2;
 color: #FFF;
 font-size: 12px;
 background: #1d1d1d;
}
#plans .plan-list li a .txt-wrap .budge {
 width: 70px;
 margin-top: -35px;
 position: absolute;
 top: 50%;
 z-index: 10;
}
#plans .plan-list li.odd a .txt-wrap .budge {
 margin-right: -35px;
 right: 0;
 left: 100%;
}
#plans .plan-list li.even a .txt-wrap .budge {
 margin-left: -35px;
 left: 0;
}
#plans .plan-list li a .ribbon {
 width: 150px;
 position: absolute;
 right: 0;
 top: 0;
}

@media screen and (max-width: 1200px) {
 #plans { padding-bottom: 80px;}
 #plan-info .c-plan-price {
  margin: 0 auto 30px;
 }
 #plan-info .c-plan-price.mTop {
  margin-top: 55px;
} 
 #plan-info .c-plan-price .price .num {
  font-size: 32px;
 }
 #plan-info .c-plan-price .price .sub {
  font-size: 12px;
 }
 #plan-info .c-plan-price .tax {
  font-size: 12px;
 }  
 #plans .plan-list li { margin-top: 40px;}
 #plans .plan-list li a .txt-wrap dl dt img { height: 20px;}
 #plans .plan-list li a .txt-wrap dl dd { font-size: 12px;}
 #plans .plan-list li a .txt-wrap .budge {
  width: 48px;
  margin-top: -24px;
 }
 #plans .plan-list li.odd a .txt-wrap .budge {
  margin-right: -24px;
  right: 0;
 }
 #plans .plan-list li.even a .txt-wrap .budge {
  margin-left: -24px;
  left: 0;
 }
 #plans .plan-list li a .ribbon { width: 125px;}
}

@media screen and (max-width: 768px) {
 #plans {}
  #plans h3 {
  padding: 0 0 30px;
  font-size: 11px;
  padding-bottom: 0;
}
#plans h3 span {
  margin: 0 auto 6px;
  font-size: 16px;
  padding: 30px 0;
}
#plan-info .c-plan-price {
  margin: 0 auto 25px;
 }
 #plan-info .c-plan-price.mTop {
  margin-top: 40px;
} 
 #plan-info .c-plan-price .price .num {
  font-size: 27px;
 }
 #plan-info .c-plan-price .price .sub {
  font-size: 11px;
 }
 #plan-info .c-plan-price .tax {
  font-size: 11px;
 } 
 #plans .plan-list {padding-bottom: 30px;}
 #plans .plan-list li { margin-top: 30px;}
 #plans .plan-list li a { padding: 4% 4% 30px !important;}
 #plans .plan-list li a .pc { display: none;}
 #plans .plan-list li a .sp { display: block;}
 #plans .plan-list li a figure {
  width: 100%;
  display: block;
 }
 #plans .plan-list li a .txt-wrap {
  width: 100%;
  padding-top: 40px;
  display: block;
 }
  #plans .plan-list li a .txt-wrap dl {
  margin: 0 auto 20px;
 }
  #plans .plan-list li a .txt-wrap dl dt img { height: 40px;}
  #plans .plan-list li a .txt-wrap dl dd {
  margin-top: 15px;
  font-size: 10px;
 }
  #plans .plan-list li a .txt-wrap .btn {
  width: 100px;
  font-size: 9px;
 }
  #plans .plan-list li a .txt-wrap .budge {
  width: 52px;
  margin-top: 0 !important;
  margin-left: -26px !important;
  margin-right: 0 !important;
  top: -26px !important;
  left: 50% !important;
  right: auto !important;
 }
 #plans .plan-list li a .ribbon { width: 106px;}
}

/*---------------------------
  plan-detail
---------------------------*/
/* intro */
#intro { padding: 100px 0;}
#intro .sp { display: none;}
#intro img {
 width: 100%;
 height: auto;
}
#intro .txt-wrap {
padding-top: 75px;
position: relative;
max-width: 800px;
margin: 0 auto;
text-align: center;
}
#intro .txt-wrap ul{
text-align: center;
width: 80%;
margin: 0 auto;
display: inline-flex;
justify-content: space-around;
margin-top: 40px;
}
#intro .txt-wrap ul li{
flex: 0 1 30%;
display: block;
background: #f7f7f7;
border-radius: 50%;
height: 192px;
font-size: 13px;
font-weight: 400;
}
#intro .txt-wrap ul li span {
display: block;
font-family: 'Catamaran', sans-serif;
font-size: 18px;
font-weight: 800;
margin-top: 20%;
}
#intro small {
display: block;
font-size: 10px;
font-weight: normal;
text-align: center;
padding-top: 10px;
}
#intro .txt-wrap h2 {
 text-align: center;
}
#intro .txt-wrap h2 img {
 width: auto;
 height: 52px;
}
#intro .txt-wrap h2 + p {
 max-width: 800px;
 margin: 30px auto 0;
 font-size: 14px;
}
#intro .txt-wrap .budge {
 width: 70px;
 margin-top: -35px;
 margin-left: -35px;
 position: absolute;
 top: 0;
 left: 50%;
}
@media screen and (max-width: 1200px) {
 #intro {
  width: 100%;
  padding: 0 0 80px;
 }
 #intro .txt-wrap {
  width: 90%;
  margin: 0 auto;
 }
}

@media screen and (max-width: 640px) {
 #intro {
  width: 100%;
  margin: 0;
  padding: 0 0 50px;
  }
 #intro .pc  { display: none;}
 #intro .sp { display: block;}

 #intro .txt-wrap {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
 }

 #intro .txt-wrap h2 {
  text-align: center;
 }
#intro .txt-wrap ul{
width: 100%;
}
#intro .txt-wrap ul li{
flex: 0 1 32%;
height: 144px;
font-size: 13px;

}
#intro .txt-wrap ul li span {
font-size: 16px;
margin-top: 13%;
}
 #intro .txt-wrap h2 img { height: 40px;}
 #intro .txt-wrap h2 + p {
  max-width: none;
  margin: 15px auto 0;
  font-size: 12px;
 }
 #intro .txt-wrap .budge {
  width: 52px;
  margin-top: -26px;
  margin-left: -26px;
 }
}

/* plan_selet */
#plan_select {}
#plan_select li {
 width: 49.25%;
 padding: 20px 0;
 float: left;
 margin-left: 1.5%;
 text-align: center;
 line-height: 1;
 background: #aaa;
 cursor: pointer;
 position: relative;
 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
     -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
         transition: all 0.4s;
}
#plan_select li.active,
#plan_select li:hover { background: #FCFBF5;}
#plan_select li:first-child { margin: 0;}
#plan_select li img {
 width: auto;
 height: 22px;
}
#plan_select li span {
  margin-top: -10px;
 display: inline-block;
 line-height: 22px;
 font-size: 14px;
 position: absolute;
 left: 15px;
 top: 50%;
}
#plan_select li.active span { display: none;}

@media screen and (max-width: 640px) {
 #plan_select {}
 #plan_select li {
  width: 49%;
  margin-left: 2%;
  padding: 14px 0;
 }
 #plan_select li img { height: 14px;}
 #plan_select li span {
  margin-top: -6px;
  line-height: 14px;
  font-size: 10px;
  left: 10px;
 }
}

/* plan-info */
#plan-info {
 padding: 100px 0;
 background: #f7f7f7;
}
#plan-info .includes {max-width: 1000px}
#plan-info .includes.ac02 { display: none;}
#plan-info .includes .left {
 width:100%;
}
#plan-info .includes .left p {
  width:49.5%;
  height: 80px;
  float:left;
  display: flex;
  align-items: center;
  margin-bottom:10px;
  margin-right: 1%;
  padding: 0 0 0 4%;
  text-align:left;
  position:relative;
  -moz-box-shadow:0px 0px 0px 1px #666666 inset;
  -webkit-box-shadow:0px 0px 0px 1px #666666 inset;
  box-shadow:0px 0px 0px 1px #666666 inset;
}
#plan-info .includes .left p:nth-child(2n) {
    margin-right: 0;
}
#plan-info .includes .left p img.icon {
  height: 34px;
  width: auto;
  position:absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); 
}
#plan-info .includes .left p img.star {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
}
#plan-info .includes .left p span {
 display:block;
 margin-left: 45px;
 letter-spacing: 0.025em;
 line-height: 1.6;
 font-size: 13px;
 font-weight: 500;
}
#plan-info .includes .left p span br { display: none;}
#plan-info .includes .left p span.line2 {
 letter-spacing: 0.06em;
 line-height: 1.4;
 font-size:15px;
}
#plan-info .includes .left p span small {
  display: block;
  line-height: inherit;
  vertical-align: top;
  color: inherit;
  font-weight: 300;
  font-size: 11px;
}
#plan-info .includes .left p span.line2 i {
 font-size: 12px;
 font-style: normal;
}
#plan-info .includes .left p.all span.line2{
 line-height: 1.4;
 font-size:16px;
 letter-spacing: 0.1em;
}
#plan-info .includes .left p.all{
 width:90%;
 padding: 10px 4%;
}
#plan-info .includes .left p.all img.icon {
 left:8px;
 top:15px;
}
#plan-info .includes .left p.note {
 width: 100%;
 padding: 0;
 margin-top: 2px;
 line-height: 1;
 font-size: 14px;
 font-weight: 300;
 background: none;
 box-shadow: none;
 clear: left;
 height: auto!important;
 font-size: 9px;
 letter-spacing: 0.04rem;
}

#plan-info .includes .right .bibi .inner { background:url(../../../img/common/location/plan/album/all.jpg) right 50% no-repeat;}
#plan-info .includes .right .miyabi .inner { background:url(../../../img/common/location/plan/album/all.jpg) right 50% no-repeat;}
#plan-info .includes .right .nadeshiko .inner { background:url(../../../img/common/location/plan/album/all.jpg) right 50% no-repeat;}
#plan-info .includes .right .kenran .inner { background:url(../../../img/common/location/plan/album/all.jpg) right 50% no-repeat;}
#plan-info .includes .right .inner {
 -webkit-background-size: 240px auto !important;
      -o-background-size: 240px auto !important;
         background-size: 240px auto !important;
}

@media screen and (max-width: 1200px) {
 #plan-info { padding: 80px 0;}
}

@media screen and (max-width: 1100px) {
#plan-info .includes .left p span,
#plan-info .includes .left p span.line2,
#plan-info .includes .left p.all span ,
#plan-info .includes .left p.all span.line2 { font-size: 12px;}
#plan-info .includes .left p span.line2 small,
#plan-info .includes .left p span.line2 i { font-size: 10px;}
}
/**/
#plan-info .includes .right {
 width:100%;
}
#plan-info .includes .right ul { margin: 0 0 30px;}
#plan-info .includes .right ul li {
 padding:3px 0;
 background:url(../../../img/common/location/dotted_line02.png) 50% 50% repeat-x;
}
#plan-info .includes .right ul li::before, #plan-info .includes .right ul li::after { content: " "; display: table;}
#plan-info .includes .right ul li::after { clear: both;}
#plan-info .includes .right ul li { *zoom: 1;}
#plan-info .includes .right ul li .op_left{
 float: left;
 text-align: left;
 padding-right: 5px;
 line-height: 22px;
 font-size: 13px;
 color: #1d1d1d;
 letter-spacing: 0;
 background: #f7f7f7;
}
#plan-info .includes .right ul li .op_left i {
 vertical-align: baseline;
 font-style: normal;
 font-size: inherit;
 font-weight: inherit;
}
#plan-info .includes .right ul li .op_right{
 float: right;
 text-align: right;
 padding-left:5px;
 line-height: 22px;
 color:#1d1d1d;
 background: #f7f7f7;
}
#plan-info .includes .right ul li .sp-none { display: none;}
#plan-info .includes .right .album {}
#plan-info .includes .right .album .inner{
 width:100%;
 min-height:50px;
 padding: 2%;
 margin:0;
 position:relative;
 -moz-box-shadow:0px 0px 0px 1px #666666 inset;
 -webkit-box-shadow:0px 0px 0px 1px #666666 inset;
 box-shadow:0px 0px 0px 1px #666666 inset;
}

#plan-info .includes .right .album .inner h4 {
 font-size: 16px;
 font-weight: 500;
}
#plan-info .includes .right .album .inner p {
 font-size: 12px;
}
#plan-info .includes .right .bnr {
 margin-top: 50px;
 line-height: 0;
}
#plan-info .includes .right .bnr span {
  display: block;
  padding-top: 10px;
  font-size: 11px;
  line-height: 1.5em;
}
#plan-info .includes .right .bnr a .sp { display: none;}
#plan-info .includes .right .bnr a img {
 width: 100%;
 height: auto;
}
#plan-info .includes .right .bnr a:hover img { opacity: 0.8;}

/*オプション追加*/
#plan-info .includes .optionMenu{
 width: 100%;
 margin-top: 60px;
 float: left;
}
#plan-info .includes .optionMenu h5{
 margin-bottom: 20px;
 font-size: 16px;
 text-align: center;
 font-weight: 500;
}
#plan-info .includes .optionMenu ul{ border-top: solid 1px #666666;}
#plan-info .includes .optionMenu ul li{  }
#plan-info .includes .optionMenu ul li dl {
 position:relative;
 padding: 15px 0;
 border-bottom: solid 1px #666666;
}
#plan-info .includes .optionMenu ul li dl dt{
 width: 20%;
 position:absolute;
 font-weight: 500;
 left: 2%;
 top:50%;
 line-height:20px;
 margin-top:-10px;
 font-family: "Open Sans", 'Noto Sans TC', sans-serif;
 font-size:13px;
}
#plan-info .includes .optionMenu ul li dl dt.adjust { margin-top: -19px;}
#plan-info .includes .optionMenu ul li dl dd{
 width:75%;
 float:right;
 display:inline;
 margin-right:2%;
 line-height: 1.8;
 font-size: 12px;
 background:url(../../../img/common/dot.png) 50% 50% repeat-x;
}
#plan-info .includes .optionMenu ul li dl dd span{
 display:inline;
 line-height: 1.8;
 font-size: 12px;
 background:#f7f7f7;
}
#plan-info .includes .optionMenu ul li dl dd span i {
 vertical-align: baseline;
 font-size: inherit;
 font-style: normal;
 font-weight: inherit;
}

#plan-info .includes .optionMenu ul li dl dd .Left{ float:left; padding-right:5px;}
#plan-info .includes .optionMenu ul li dl dd .Right{ float:right; padding-left:5px;}

@media screen and (max-width: 768px) {
#plan-info {
 width: 100%;
 margin: 0;
 padding: 50px 5%;
}
#plan-info .includes {
 width: 100%;
 margin: 0;
}
#plan-info .includes .left {
 width: 100%;
 float: none;
}
#plan-info .includes .left p {
  width: 100%;
  height: 64px;
  float:left;
  margin:0 0 5px;
}
#plan-info .includes .left p img.icon{
  width: auto;
  height: 28px;
  left: 15px;
}
#plan-info .includes .left p span {
 margin-left: 0 !important;
 position: absolute;
 line-height: 1.4;
 font-size: 11px;
 font-weight: normal;
 left: 70px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
#plan-info .includes .left p span br { display: inline;}
#plan-info .includes .left p span.line2 {
 line-height: 1.1;
 font-size:11px;
}
#plan-info .includes .left p span.line2 small {
 font-size: 9px;
 font-weight: normal;
}
#plan-info .includes .left p span.line2 i {
 font-size: 12px;
 font-style: normal;
}
#plan-info .includes .left p.all span.line2 {
 line-height: 1.4;
 font-size:16px;
}
#plan-info .includes .left p.all {
 width: 100%;
 height: auto;
 float:left;
 margin:0 0 5px;
 padding: 15px 0 15px 4%;
}
#plan-info .includes .left p.all img.icon{ left: 10px; top: 10px;}
#plan-info .includes .left p.all span { margin-left: 45px;}
/*#plan-info .includes .left p.note {
 width: 100%;
 margin: 5px 0 0;
 line-height: 1.1;
 font-size: 11px;
}*/
#plan-info .includes .right {
 width: 100%;
 float: left;
 display: block;
}
#plan-info .includes .right ul { margin: 20px 0 30px;}
#plan-info .includes .right ul li .op_left,
#plan-info .includes .right ul li .op_right {
 letter-spacing: 0;
 line-height: 1.5;
 font-size: 10px;
 white-space: nowrap;
 }
#plan-info .includes .right .album {}
#plan-info .includes .right .album .inner {
 width: 100%;
 min-height: 50px;
 padding: 40px 5%;
 margin:0;
}
#plan-info .includes .right .album .inner { background-size: auto 90px !important;}
#plan-info .includes .right .album .inner h4 { font-size: 12px;}
#plan-info .includes .right .album .inner p { font-size: 9px;}
#plan-info .includes .right .bnr { margin-top: 15px;}
#plan-info .includes .right .bnr a .pc { display: none;}
#plan-info .includes .right .bnr a .sp { display: block;}
#plan-info .includes .right .bnr a:hover img { opacity: 1;}

/*オプション追加*/
#plan-info .includes .optionMenu { margin-top: 40px;}
#plan-info .includes .optionMenu > *{ width:100%;}
#plan-info .includes .optionMenu h5 {
 margin-bottom: 8px;
 line-height: 1.2;
 font-size: 13px;
 text-align:center;
}
#plan-info .includes .optionMenu ul{ border-top: solid 1px #555;}
#plan-info .includes .optionMenu ul li{}
#plan-info .includes .optionMenu ul li dl{
 width: 100%;
 position:relative;
 padding: 10px 0;
}
#plan-info .includes .optionMenu ul li dl dt {
 width: 100%;
 margin-bottom: 5px;
 position: static;
 line-height: 1.2;
 margin-top:0;
 font-size: 11px;
}
#plan-info .includes .optionMenu ul li dl dt br { display: none;}
#plan-info .includes .optionMenu ul li dl dt.adjust { margin-top: 0;}
#plan-info .includes .optionMenu ul li dl dd {
 width: 100%;
 margin-right: 0;
 letter-spacing: 0;
 line-height: 1.5;
 font-size: 9px;
}
#plan-info .includes .optionMenu ul li dl dd span{
 display:inline;
 letter-spacing: 0;
 line-height: 1.5;
 font-size: 9px;
}
#plan-info .includes .optionMenu ul li dl dd span .sp-none { display: none;}
#plan-info .includes .optionMenu ul li dl dd .Left{ float:left; padding-right:5px;}
#plan-info .includes .optionMenu ul li dl dd .Right{ float:right; padding-left:5px;}

}

@media screen and (max-width: 1100px) {
#plan-info .includes .left p span,
#plan-info .includes .left p span.line2,
#plan-info .includes .left p.all span ,
#plan-info .includes .left p.all span.line2 { font-size: 11px;}
#plan-info .includes .left p span.line2 small,
#plan-info .includes .left p span.line2 i { font-size: 9px;}
}

/*---------------------------
 pgリスト
---------------------------*/
#photographer {
 padding: 0 0 100px;
 background: #f7f7f7;
 z-index: 1000;
}

/**/
#photographer .cf .pg-list {
 width:100%;
 margin: 0;
}
#photographer .cf .pg-list > li { width: 12.5%; height: 295px; float:left; display:inline; margin:0 0.88%; text-align: center; position:relative;}
#photographer .cf .pg-list > li a img.face { max-width:100%; height:auto; line-height: 0; vertical-align: bottom;}
#photographer .cf .pg-list > li a:hover img.face { opacity: 0.7;}
#photographer .cf .pg-list > li a em { margin-top: 8px; display: block; text-align: center; line-height: 1.2; letter-spacing: 0.06em; font-size: 13px; font-weight: 500; font-style: normal;}
#photographer .cf .pg-list > li a .fee { display: block; color: #999 !important; letter-spacing: 0; font-size: 10px;}
#photographer .cf .pg-list > li a .fee img  {width: 40%}
#photographer .cf .pg-list > li a:hover span { text-decoration: none; }

.Lead-gallery.down .face { display: none !important;}
.Lead-gallery.down .fee { display: none !important;}
.zReset .pg-list > li a em { display: none !important;}

@media screen and (max-width: 1200px) {
 #photographer { padding: 0 0 80px;}
}

@media screen and (max-width: 640px) {
#photographer { padding: 0 0 50px;}
#photographer .cf { width: 90%; margin: 0 5%}
#photographer .cf .pg-list { letter-spacing: 0; font-size: 0;}
#photographer .cf .pg-list > li { width: 31%; height: auto; margin:0 1% 20px; float: none; display: inline-block; vertical-align: top;}
#photographer .cf .pg-list > li a img.face {  width:100%; height:auto; line-height: 0; vertical-align: bottom;}
#photographer .cf .pg-list > li a:hover img.face { opacity: 0.7;}
#photographer .cf .pg-list > li a em { margin-top: 5px; text-align: left; font-size: 11px;}
#photographer .cf .pg-list > li a .fee  { padding-top: 3px; text-align: left; line-height: 1.2; color: #777 !important; font-size: 8px;}
#photographer .cf .pg-list > li a:hover span { text-decoration: none; }
}

/*---------------------------
  読み込んだギャラリー指定
---------------------------*/
.Lead-gallery h3{ display:block;}
.Lead-gallery span{ display:none;}
.Lead-gallery.down h3{ display:none !important;}
.Lead-gallery.down .fee{ display:none !important;}
.Lead-gallery.down span{ display: block;line-height: 100px;text-align: center;color: #fff;font-size: 50px;width: 38px;height: auto;margin: 0 auto;padding-top: 15px;}
#recommend .cf .recommend-list > li .image:hover .Lead-gallery.down {width:100px !important; height:100px !important;}
a.Lead-gallery.down { display:block !important; width:100px !important; height:100px !important; padding:0px !important; margin:0px !important; position:fixed !important; right:50px !important; left:auto !important; bottom:auto !important; top:50px !important; background:#000 !important; line-height:50px; text-align:center; z-index:100000000 !important;}
a.Lead-gallery.down:hover { background:#555 !important;}
/**/
.fixed-body { height:100% !important; float: left; position:relative; overflow:hidden !important;}
.display-none{ display:none;}
.zindex10000,
.zindex10000 section{ z-index:1000000 !important;}
.zReset { z-index: 10000;}
.zReset *{ z-index:auto !important;}
.zReset .gallery-area{ z-index:50000000 !important;}
.zindex10000 #spot-info{ z-index:1000001 !important;}
.gallery-area{ display:none; width:100%; height:100%; overflow-y:scroll!important; overflow-x: hidden!important;  position:fixed; left:0; top:0; right:0; bottom:0; background:#fff; z-index:5000000; -webkit-overflow-scrolling: touch;}
.down{ display:block;}
/**/


@media screen and (max-width: 640px) {
#photographer #gallery_contents .cf h2 { width:100%; padding: 0 0 5px; display: block; line-height: 1; font-size: 14px;}
#photographer #gallery_contents .cf h2 span { line-height: 1; }
#gallery_contents .cf .info{ margin-bottom: 5px; font-size: 11px !important; font-weight:bold;}
#gallery_contents .cf .post { font-size: 9px !important; margin-bottom: 20px;}
.Lead-gallery.down span{ line-height: 50px;}
#recommend .cf .recommend-list > li .image:hover .Lead-gallery.down {width:50px !important; height:50px !important;}
a.Lead-gallery.down { width:50px !important; height: 50px !important; padding-top: 0!important; right:10px !important; top: 10px !important; position: fixed;}
a.Lead-gallery.down img { width: 19px; height: 30px; vertical-align: top;}
a.Lead-gallery.down:hover { background:#000 !important;}
#contact-us { display: none;}
.page-up { padding-top: 10px;}
}

/*詳細------------------------------------*/
#gallery_contents {
 padding-bottom: 200px;
 z-index: 100000;
}
#gallery_contents .lead {
 width:840px;
 margin: 0px auto;
 padding: 80px 0;
 letter-spacing: -5px;
 font-size: 0;
}
#gallery_contents .lead .face {
 width:170px;
 display: inline-block; *display: inline; *zoom: 1;
 margin-right:30px;
 vertical-align: middle;
}
#gallery_contents .lead .face img {
 width: 100%;
 height: auto;
}
#gallery_contents .txt-wrap {
 width:620px;
 display: inline-block; *display: inline; *zoom: 1;
 vertical-align: middle;
 text-align: left;
 position: relative;
}
#gallery_contents .lead h3 {
 letter-spacing: 0.08em;
 line-height:1;
 font-family: 'Catamaran', sans-serif;
 font-size:36px;
 font-weight: 600;
}
#gallery_contents .lead h3 span{
 display: block;
 font-size:12px;
 font-weight: 300;
 line-height: 2;
}
#gallery_contents .lead .info-txt{
 margin-top: 1.5em;
 font-size: 14px;
 line-height: 2;
 letter-spacing: 1px;
}
#gallery_contents .lead b {
 margin-bottom: 0.5em;
 display :block;
 font-size: 18px;
 font-weight: bold;
}
#gallery_contents .lead .insta{
 width:50px;
 position: absolute;
 top:0;
 right:0;
 text-align:center;
}
#gallery_contents .lead .insta img{
 width: 100%;
 height: auto;
}
#gallery_contents .lead p.insta a:hover img { opacity: 0.8!important}

/* pg-gallery */
.pg-gallery {
 width:100%;
 margin: 0px auto 60px;
 text-align:center;
}
.pg-gallery ul {
 letter-spacing: -5px;
 font-size: 0;
 line-height: 0;
}
.pg-gallery li {
 margin: 1%;
 display:inline-block;*display:inline;*zoom:1;
 vertical-align: middle;
}
.pg-gallery li img {
 width:auto;
 max-width:600px;
 max-height:600px;
 display:block;
 vertical-align:bottom;
 -webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.1);
 -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
 box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}

/**/
#back-link{ margin:0 0 150px;}
#back-link .back{
 width:40%;
 margin:0 30%;
 text-align:center;
}
#back-link .back a{
 display:block;
 line-height:50px;
 color:#fff;
 background:#322510;
}
#back-link .back a:hover{ background:#94804B;}

.close-btn { line-height:100px; text-align:center; color:#fff; font-size:50px;}
.close-btn a { display:block !important; width:100px !important; height: 75px !important; padding-top: 25px !important; margin:0px !important; position:fixed !important; right:30px !important; left:auto !important; bottom:auto !important; top:30px !important; background:#000 !important; line-height:50px; text-align:center; z-index:100000000 !important;}
.close-btn a:hover { background:#555 !important;}

@media screen and (max-width: 1440px) {
 .pg-gallery { width:100%;}
 .pg-gallery li { margin:1%;}
 .pg-gallery li img {
  max-height:500px;
  max-width:540px;
 }
}

@media screen and (max-width: 1024px) {
 #gallery_contents {
  width: 90%;
  margin: 0 auto;
 }
 #gallery_contents .lead .face {
  width: 20%;
  margin-right: 5%;
 }
 #gallery_contents .txt-wrap { width: 75%;}
 #gallery_contents .lead h3 { font-size:30px;}
 #gallery_contents .lead h3 span{ font-size:10px;}
 #gallery_contents .lead .info-txt{ font-size: 12px;}
 #gallery_contents .lead b { font-size: 16px;}
 #gallery_contents .lead .insta{ width: 44px;}

}

@media screen and (max-width: 767px) {
 #gallery_contents .lead {
  width:90%;
  margin: 0px auto;
  padding: 40px 0;
 }
 #gallery_contents .lead .face {
  width:150px;
  margin:0 auto;
  display: block;
 }
 #gallery_contents .txt-wrap {
  width:100%;
  display: block;
 }
 #gallery_contents .lead h3{
  margin-top: 15px;
  font-size:30px;
  text-align: center;
 }
 #gallery_contents .lead h3 span{}
 #gallery_contents .lead .insta{
  margin: 15px auto 30px;
  position: relative;
  top: auto;
  right: auto;
 }
 #gallery_contents .lead .info-txt {
  padding-top: 1.5em;
  border-top: 1px solid #111;
 }
 .works-gallery {
  width:94%;
  margin:2% auto 8%
  auto;
 }
 .works-gallery li { margin: 1% 2% !important;}
 .works-gallery li img {
  width:100% !important;
  max-height: auto;
  height: 100%;
  max-width: auto;
 }

 #back-link{ margin: 0 0 20px;}
 #back-link .back{ width: 80%; margin:0 10%; float:left; text-align:center;}
 #back-link .back a{ line-height: 3; font-size: 14px;}

 #contact-us { display: none;}
 .page-up { padding-top: 10px;}
}

@media screen and (max-width: 640px) {
 #gallery_contents { padding-bottom: 75px;}
 #gallery_contents .lead h3{
  margin-top: 15px;
  font-size: 24px;
 }
 #gallery_contents .lead h3 span{ font-size: 9px;}
 #gallery_contents .lead .insta{
  margin: 15px auto 20px;
  position: relative;
  top: auto;
  right: auto;
 }
 .pg-gallery {
  width: 100%;
  margin: 0 auto 30px !important;
 }
 .pg-gallery li {
  width: 100%;
  margin: 0 0 15px !important;
 }
 .pg-gallery li img {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
 }
}

/* other_plans */
.all-plan {
  padding-top: 100px!important;
  padding-bottom: 100px!important;
}
#other_plans {
 padding: 100px 0;
 margin-bottom: 100px;
 background: #fff;
}
#other_plans .other-list {
 width: 100%;
 max-width: 1560px;
 margin: 0 auto;
 padding: 0;
 letter-spacing: 0;
 text-align: center;
 font-size: 0;
}
#other_plans .other-list li {
 width: 23.5%;
 max-width: 384px;
 margin-left: 2%;
 display: inline-block; *display: inline; *zoom: 1;
 vertical-align: top;
 background: #FFF;
 border: 1px solid #E8E8E8;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 position: relative;
}
#other_plans .other-list li:first-child { margin-left: 0;}
#other_plans .other-list li a {
 padding: 4% 4% 30px;
 display: block;
}
#other_plans .other-list li a:hover { opacity: 0.8;}
#other_plans .other-list  a img {
 width: 100%;
 height: auto;
 line-height: 0;
}
#other_plans .other-list li a figure {}
#other_plans .other-list li a .ribbon{
  position: absolute;
  right: 0;
  top: 0;
}
#other_plans .other-list li a .ribbon img{
  width: 100%;
  max-width: 106px;
}
#other_plans .other-list li a .txt-wrap {
 padding-top: 45px;
 text-align: center;
 position: relative;
}
#other_plans .other-list li a .txt-wrap dl {
 margin: 0 auto 40px;
 text-align: center;
}
#other_plans .other-list li a .txt-wrap dl dt {
 margin: 0 auto;
}
#other_plans .other-list li a .txt-wrap dl dt img {
 width: auto;
 height: 20px;
}
#other_plans .other-list li a .txt-wrap dl dd {
 margin-top: 20px;
 letter-spacing: 0.06em;
 line-height: 1.6;
 color: #878787;
 font-size: 14px;
}
#other_plans .other-list li a .txt-wrap .btn {
 width: 122px;
 margin: 0 auto;
 text-align: center;
 line-height: 2.2;
 color: #FFF;
 font-size: 12px;
 background: #1d1d1d;
}
#other_plans .other-list li a .txt-wrap .budge {
 width: 60px;
 margin-top: -30px;
 margin-left: -30px;
 position: absolute;
 top: 0;
 left: 50%;
}

@media screen and (max-width: 1280px) {
 #other_plans .other-list li a .txt-wrap { padding-top: 34px;}
 #other_plans .other-list li a .txt-wrap dl dt img { height: 20px;}
 #other_plans .other-list li a .txt-wrap dl dd { font-size: 12px;}
 #other_plans .other-list li a .txt-wrap .budge {
  width: 48px;
  margin-top: -24px;
  margin-left: -24px;
 }
}

@media screen and (max-width: 1200px) {
.all-plan {
  padding-top: 80px!important;
  padding-bottom: 80px!important;
}
 #other_plans { padding: 80px 0;}
}
@media screen and (max-width: 640px) {
.all-plan {
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}
 #other_plans {
  margin-bottom: 0;
  padding: 50px 0;
 }
 #other_plans .other-list {}
 #other_plans .other-list {padding: 0 5%;}
 #other_plans .other-list li {
  width: 100%;
  margin: 12px 0 0;
  display: block;
  max-width: none;
 }
 #other_plans .other-list li a { padding:0}
 #other_plans .other-list li a .pc { display: none;}
 #other_plans .other-list li a .sp { display: block;}
 #other_plans .other-list li a figure {
  width: 33.3333%;
  display: inline-block;
  padding-bottom: 0;
  vertical-align: middle;
 }

 #other_plans .other-list li a .ribbon img {
  width: 53px;
  height: auto;
}
 #other_plans .other-list li a .txt-wrap {
  width: 66.6666%;
  padding-top: 0;
  display: inline-block;
  vertical-align: middle;
 }
  #other_plans .other-list li a .txt-wrap dl {
  margin: 0 auto;
 }
  #other_plans .other-list li a .txt-wrap dl dt img {
  height: 15px;
  }
  #other_plans .other-list li a .txt-wrap dl dd {
  margin-top: 10px;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.1em;
 }
  #other_plans .other-list li a .txt-wrap .btn {
  width: 100px;
  font-size: 9px;
 }
  #other_plans .other-list li a .txt-wrap .budge {
width: 34px;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    top: 50% !important;
    left: 0 !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: auto !important;
 }
 #other_plans .other-list > li .line-title + p br { display: none;}
}

.plan-list {
 margin: 0 auto;
 overflow: visible;
}
.plan-list li {
  height: auto;
  border: 1px solid #e8e8e8;
}
.plan-list li a {
 padding: 4% 4% 30px;
 display: block;
}
.plan-list li a:hover { opacity: 0.8;}
.plan-list  a img {
 width: 100%;
 height: auto;
 line-height: 0;
}
.plan-list li a figure {}
.plan-list li a .txt-wrap {
 padding-top: 45px;
 text-align: center;
 position: relative;
}
.plan-list li a .txt-wrap dl {
 margin: 0 auto;
 text-align: center;
}
.plan-list li a .txt-wrap dl dt {
 margin: 0 auto;
}
.plan-list li a .txt-wrap dl dt img {
 width: auto;
 height: 39px;
}
.plan-list li a .txt-wrap dl dd {
 margin-top: 20px;
 letter-spacing: 0.06em;
 line-height: 1.6;
 color: #878787;
 font-size: 12px;
}
.plan-list li a .txt-wrap dl dd span{
  display: inline-block;
  margin-top: 20px;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #1d1d1d;
  font-size: 12px;
  background: #eee;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 8px;
}
.plan-list li a .txt-wrap .btn {
 width: 122px;
 margin: 0 auto;
 text-align: center;
 line-height: 2.2;
 color: #FFF;
 font-size: 12px;
 background: #1d1d1d;
}
.plan-list li a .txt-wrap .budge {
 width: 60px;
 margin-top: -30px;
 margin-left: -30px;
 position: absolute;
 top: 0;
 left: 50%;
}
.plan-list li a  .ribbon{
  position: absolute;
  right: 0;
  top: 0;
}
.plan-list li a  .ribbon img{
  width: 100%;
  max-width: 106px;
}

.swiper-container {
 width: 100%;
 max-width: 1308px;
 padding: 0 54px;
}
.swiper-wrapper {}
.swiper-button-prev { left: 0px !important;}
.swiper-button-next { right: 0px !important;}

@media screen and (max-width: 1200px) {
 .plan-list li a .txt-wrap { padding-top: 34px;}
 .plan-list li a .txt-wrap dl dt img { height: 20px;}
 .plan-list li a .txt-wrap dl dd { font-size: 12px;}
 .plan-list li a .txt-wrap .btn { font-size: 10px;}
 .plan-list li a .txt-wrap .budge {
  width: 48px;
  margin-top: -24px;
  margin-left: -24px;
 }
 .plan-list li a .ribbon img { width: 88px;}
}

@media screen and (max-width: 640px) {
 .plan-list li { width: 100%;}
 .plan-list li a { padding: 4% 4% 30px;}
 .plan-list li a .pc { display: none;}
 .plan-list li a .sp { display: block;}
 .plan-list li a figure {
  width: 100%;
  display: block;
 }
 .plan-list li a .txt-wrap {
  width: 100%;
  padding-top: 35px;
  display: block;
 }
  .plan-list li a .txt-wrap dl dt img { height: 40px;}
  .plan-list li a .txt-wrap dl dd {
  margin-top: 15px;
  font-size: 10px;
 }
  .plan-list li a .txt-wrap .btn {
  width: 100px;
  font-size: 9px;
 }
  .plan-list li a .txt-wrap .budge {
  width: 52px;
  margin-top: 0 !important;
  margin-left: -26px !important;
  margin-right: 0 !important;
  top: -26px !important;
  left: 50% !important;
  right: auto !important;
 }
 .plan-list li a .txt-wrap .btn { font-size: 9px;}
 .swiper-container {
  width: 100%;
  padding: 0 10%;
 }
 .swiper-button-prev { left: 2% !important;}
 .swiper-button-next { right: 2%!important;}
}

