@charset "UTF-8";
/*----------------------------------------------------
// スマホ用リセットCSS
----------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Playfair+Display&subset=latin-ext);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section {
  display: block;
}

html {
  width: auto;
  min-width: 320px;
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, select, textarea {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

ins {
  background-color: #FFFF99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #FFFF99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px #CCCCCC solid;
  margin: 1em 0;
  padding: 0;
}

strong, b, em {
  font-weight: bold;
  font-style: normal;
}

@media only screen and (max-width: 667px) {
  .pc {
    display: none;
  }
}

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

@font-face {
  font-family: 'CONDENSEicon';
  src: url("/fonts/CONDENSEicon.eot");
  src: url("/fonts/CONDENSEicon.eot?#iefix") format("embedded-opentype"), url("/fonts/CONDENSEicon.ttf") format("truetype"), url("/fonts/CONDENSEicon.otf") format("opentype"), url("/fonts/CONDENSEicon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #FBF9E8;
  font-family: Meiryo, sans-serif, serif;
  color: #666666;
}
@media only screen and (min-width: 668px) {
  body {
    width: 100%;
    min-width: 980px;
  }
}

body, x:-moz-any-link {
  font-family: 'Noto Sans Japanese', serif;
}

@-moz-document url-prefix( ) {
  body {
    font-family: 'Noto Sans Japanese', serif;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body {
    font-family: 'Noto Sans Japanese', serif;
  }
}
img {
  border: 0px;
  vertical-align: bottom;
}

a, a:link {
  color: #777777;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a.ready {
  pointer-events: none;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

em {
  font-style: normal;
}

header {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 668px) {
  header {
    padding-top: 118px;
  }
}
header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: -webkit-linear-gradient(90deg, #ADC765 20%, #F7C61D 20%, #F7C61D 40%, #8EC3D4 40%, #8EC3D4 60%, #F485A1 60%, #F485A1 80%, #FFAD49 80%);
  background-image: linear-gradient(90deg, #adc765 20%, #f7c61d 20%, #f7c61d 40%, #8ec3d4 40%, #8ec3d4 60%, #f485a1 60%, #f485a1 80%, #ffad49 80%);
  background-repeat: repeat-x;
  -webkit-background-size: 100px 100%;
  -o-background-size: 100px 100%;
  background-size: 100px 100%;
  content: '';
}
@media only screen and (max-width: 667px) {
  header:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: -webkit-linear-gradient(90deg, #ADC765 20%, #F7C61D 20%, #F7C61D 40%, #8EC3D4 40%, #8EC3D4 60%, #F485A1 60%, #F485A1 80%, #FFAD49 80%);
    background-image: linear-gradient(90deg, #adc765 20%, #f7c61d 20%, #f7c61d 40%, #8ec3d4 40%, #8ec3d4 60%, #f485a1 60%, #f485a1 80%, #ffad49 80%);
    background-repeat: repeat-x;
    -webkit-background-size: 100px 100%;
    -o-background-size: 100px 100%;
    background-size: 100px 100%;
    content: '';
  }
}

@media only screen and (min-width: 668px) {
  .h-logo {
    position: absolute;
    top: 26px;
    left: 50%;
    margin: 0 0 0 -490px;
  }
}
@media only screen and (max-width: 667px) {
  .h-logo {
    margin: 0;
    padding: 29px 0 19px 10px;
  }
}
@media only screen and (max-width: 667px) {
  .h-logo img {
    width: 115px;
  }
}

.h-photo-studio a {
  position: absolute;
  color: #8CC3D2;
  text-decoration: none;
}
@media only screen and (min-width: 668px) {
  .h-photo-studio a {
    top: 41px;
    left: 50%;
    margin: 0 0 0 -278px;
    font-size: 1.7rem;
  }
  .h-photo-studio a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media only screen and (max-width: 667px) {
  .h-photo-studio a {
    top: 24px;
    left: 143px;
    font-size: 1.6rem;
  }
}

.h-link {
  position: absolute;
  padding: 0 0 0 20px;
  background: url(../img/icon_h_link.png) no-repeat left center;
}
@media only screen and (min-width: 668px) {
  .h-link {
    top: 44px;
    left: 50%;
    margin: 0 0 0 -140px;
    font-size: 1.2rem;
  }
  .h-link a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 667px) {
  .h-link {
    top: 46px;
    left: 143px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 667px) {
  #h-menu {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #FFFFFF;
    margin: 0;
    padding: 10px;
  }
  #h-menu:before, #h-menu:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: -webkit-linear-gradient(90deg, #ADC765 20%, #F7C61D 20%, #F7C61D 40%, #8EC3D4 40%, #8EC3D4 60%, #F485A1 60%, #F485A1 80%, #FFAD49 80%);
    background-image: linear-gradient(90deg, #adc765 20%, #f7c61d 20%, #f7c61d 40%, #8ec3d4 40%, #8ec3d4 60%, #f485a1 60%, #f485a1 80%, #ffad49 80%);
    background-repeat: repeat-x;
    -webkit-background-size: 100px 100%;
    -o-background-size: 100px 100%;
    background-size: 100px 100%;
    content: '';
  }
  #h-menu:before {
    top: 0;
  }
  #h-menu:after {
    bottom: 0;
  }
  #h-menu.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
  }
}

@media only screen and (max-width: 667px) {
  .h-shop {
    width: 48.3%;
  }
}
@media only screen and (min-width: 668px) {
  .h-shop a {
    position: absolute;
    top: 41px;
    left: 50%;
    margin: 0 0 0 94px;
    width: 129px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    background: url("../img/h-shop.png") no-repeat;
  }
  .h-shop a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
@media only screen and (max-width: 667px) {
  .h-shop img {
    width: 100%;
  }
}

@media only screen and (max-width: 667px) {
  .h-web {
    width: 48.3%;
  }
}
@media only screen and (min-width: 668px) {
  .h-web a {
    position: absolute;
    top: 42px;
    left: 50%;
    margin: 0 0 0 245px;
    width: 243px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    background: url("../img/h-web.png") no-repeat;
  }
  .h-web a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
@media only screen and (max-width: 667px) {
  .h-web img {
    width: 100%;
  }
}

.h-description {
  color: #666;
}
@media only screen and (min-width: 668px) {
  .h-description {
    position: absolute;
    top: 82px;
    left: 50%;
    margin: 0 0 0 -488px;
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 667px) {
  .h-description {
    display: none;
  }
}

#g-nav-open, #g-nav-close {
  position: absolute;
  top: 16px;
  right: 0;
  width: 51px;
  height: 54px;
  color: #FFF;
  background: url(../img/sp/bg_gnav.png) no-repeat;
}

#g-nav-open {
  background: url(../img/sp/bg_gnav.png) no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#g-nav-open span {
  position: absolute;
  top: 34px;
  left: 13px;
}

#g-nav-close {
  display: none;
  background: url(../img/sp/bg_gnav_close.png) no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#g-nav-close span {
  position: absolute;
  top: 34px;
  left: 13px;
}

@media only screen and (min-width: 668px) {
  #nav-wrap {
    width: 100%;
    background: url(../img/bg_gnav.png) repeat-x;
  }
}
@media only screen and (max-width: 667px) {
  #nav-wrap #overlay {
    position: absolute;
    left: 0;
    top: 81px;
    width: 100%;
    display: none;
    z-index: 50;
  }
}
@media only screen and (max-width: 667px) {
  #nav-wrap #overlay .nav-cover {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 668px) {
  #nav-wrap .g-nav {
    height: 62px;
  }
}
#nav-wrap nav ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 668px) {
  #nav-wrap nav ul {
    width: 1000px;
  }
}
@media only screen and (max-width: 667px) {
  #nav-wrap nav ul {
    width: 100%;
    background: url("../img/sp/bg_f_nav.png") repeat;
    border-bottom: 1px solid #AED279;
    -moz-background-size: auto 49px;
    -o-background-size: auto 49px;
    -webkit-background-size: auto 49px;
    background-size: auto 49px;
  }
}
@media only screen and (min-width: 668px) {
  #nav-wrap nav ul li {
    float: left;
    margin: 0 10px;
    padding: 16px 0;
  }
}
@media only screen and (max-width: 667px) {
  #nav-wrap nav ul li {
    border-top: 1px solid #AED279;
  }
}
@media only screen and (min-width: 668px) {
  #nav-wrap nav ul li a {
    position: relative;
    color: #FFF;
    width: 149px;
    height: 28px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    border: 1px solid #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 1px 0 0 #87A43C;
  }
  #nav-wrap nav ul li a.ready:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 55px;
    top: -35px;
    right: -16px;
    background: url("../img/icon_ready.png") no-repeat;
  }
}
@media only screen and (max-width: 667px) {
  #nav-wrap nav ul li a {
    height: 49px;
    line-height: 49px;
    position: relative;
    display: block;
    font-size: 1.4rem;
    padding: 0 0 0 20px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFF;
  }
  #nav-wrap nav ul li a:after {
    position: absolute;
    top: 19px;
    right: 15px;
    width: 9px;
    height: 14px;
    content: '';
    background: url("../img/sp/bg_f_nav_arrow.png") no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  #nav-wrap nav ul li a.ready:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 55px;
    background: #FFF;
    opacity: 0.5;
    left: 0;
    z-index: 10;
  }
}
@media only screen and (min-width: 668px) {
  #nav-wrap nav ul li a:hover {
    color: #A0CB61;
    background: #FFF;
    text-shadow: none;
  }
}
@media only screen and (min-width: 668px) {
  #nav-wrap nav ul li.on a {
    color: #A0CB61;
    background: #FFF;
    text-shadow: none;
  }
}
@media only screen and (min-width: 668px) {
  #nav-wrap nav ul li:first-child a {
    width: 123px;
  }
}
#nav-wrap .g-nav-ban {
  padding: 20px 10px;
  background: url("../img/sp/bg_f_nav.png") repeat top left;
}
#nav-wrap .g-nav-ban a {
  display: block;
  background: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}
#nav-wrap .g-nav-ban img {
  border: 4px solid #FFF;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 668px) {
  .s-nav {
    position: relative;
    width: 100%;
    height: 42px;
    clear: both;
  }
}
@media only screen and (max-width: 667px) {
  .s-nav {
    background: url("../img/sp/stripe_orange.png") repeat;
  }
  .s-nav:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background: url(../img/bg_line_head.png) repeat-x;
  }
}
@media only screen and (max-width: 667px) {
  .s-nav .s-nav-menu {
    position: relative;
    font-size: 1.4rem;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFF;
  }
}
@media only screen and (max-width: 667px) {
  .s-nav .s-nav-menu a {
    height: 49px;
    line-height: 49px;
    padding: 4px 0 0 20px;
    display: block;
    text-decoration: none;
  }
}
@media only screen and (max-width: 667px) {
  .s-nav .s-nav-menu:after {
    position: absolute;
    top: 19px;
    right: 15px;
    width: 9px;
    height: 14px;
    content: '';
    background: url("../img/sp/bg_f_nav_arrow_orange.png") no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 668px) {
  .s-nav .s-nav-inner {
    width: 1021px;
    height: 14px;
    margin: auto;
    padding: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    clear: both;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 667px) {
  .s-nav .s-nav-inner {
    margin: 0px 8px 20px;
    padding: 10px 0;
    background: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.s-nav ul {
  position: relative;
}
@media only screen and (min-width: 668px) {
  .s-nav ul:first-child:after {
    position: absolute;
    top: 0;
    right: -4px;
    content: '|';
    color: #82B13A;
    opacity: 0.45;
    filter: alpha(opacity=45);
  }
}
.s-nav ul li {
  position: relative;
  display: inline-block;
  list-style: none;
}
@media only screen and (min-width: 668px) {
  .s-nav ul li {
    padding: 0 2px 0 8px;
    text-align: left;
  }
}
@media only screen and (max-width: 667px) {
  .s-nav ul li {
    width: 100%;
    margin: 0;
    float: left;
    background: #FFF url("../img/sp/icon_orange_arrow.png") no-repeat 15px 10px;
  }
}
@media only screen and (min-width: 668px) {
  .s-nav ul li a {
    display: inline-block;
    color: #7FB139;
    padding: 1px 15px;
    text-decoration: none;
    zoom: 1;
  }
}
@media only screen and (max-width: 667px) {
  .s-nav ul li a {
    display: block;
    position: relative;
    font-size: 1.3rem;
    padding: 8px 20px 8px 33px;
    height: auto;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 668px) {
  .s-nav ul li a:hover {
    color: #FFF;
    background: #A4CD68;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 668px) {
  .s-nav ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '|';
    color: #82B13A;
  }
}
.s-nav ul li.ready {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
@media only screen and (min-width: 668px) {
  .s-nav ul li:first-child {
    padding-left: 8px;
  }
}
.s-nav ul li:first-child:before {
  display: none;
}

#contact-fixed {
  position: fixed;
  width: 100%;
  top: 50%;
  margin: -60px 0 0;
  z-index: 100;
  display: none;
}
#contact-fixed:before {
  position: absolute;
  right: 20px;
  top: -25px;
  width: 28px;
  height: 28px;
  display: block;
  content: '';
  background: url(../img/icon_piyo.png);
}

.contact-fixed-shop a,
.contact-fixed-web a {
  position: absolute;
  text-indent: -9999px;
  right: 0;
}
.contact-fixed-shop a:hover,
.contact-fixed-web a:hover {
  opacity: 0.7;
}

.contact-fixed-shop a {
  width: 60px;
  height: 91px;
  top: 0;
  background: url(../img/icon_bg_shop.png) no-repeat;
}

.contact-fixed-web a {
  width: 60px;
  height: 89px;
  top: 91px;
  background: url(../img/icon_bg_web.png) no-repeat;
}

.breadcrumb {
  position: relative;
  background: #F4E9C1;
  padding: 10px 0;
}
.breadcrumb:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: url(../img/bg_line_head.png) repeat-x;
}
@media only screen and (min-width: 668px) {
  .breadcrumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: url(../img/bg_line_head.png) repeat-x;
  }
}
@media only screen and (min-width: 668px) {
  .breadcrumb ul {
    width: 980px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 667px) {
  .breadcrumb ul {
    padding: 0 10px;
  }
}
.breadcrumb ul li {
  position: relative;
  display: inline-block;
  color: #666666;
  margin-right: 30px;
}
.breadcrumb ul li:after {
  position: absolute;
  right: -20px;
  top: 0;
  color: #82B13A;
  content: ">";
}
.breadcrumb ul li:last-child {
  margin-right: 0;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  color: #666666;
}
.breadcrumb ul li a:hover {
  text-decoration: none;
}

.contents {
  position: relative;
  background: url("/photostudio/img/bg_line.png") repeat;
  padding: 0;
  z-index: 0;
}
.contents:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8px;
  content: '';
  background: url("/photostudio/img/bg_line_top.png") repeat;
}
.contents .section-tit {
  position: relative;
  background-image: url("/photostudio/img/sp/bg_section_tit.png"), url("/photostudio/img/bg_check-yellow.gif");
  background-repeat: no-repeat, repeat;
  background-position: center center, left top;
  color: #F89052;
}
@media only screen and (min-width: 668px) {
  .contents .section-tit {
    padding: 45px 0 55px;
  }
}
@media only screen and (max-width: 667px) {
  .contents .section-tit {
    -webkit-background-size: 97% auto, 15px 15px;
    -o-background-size: 97% auto, 15px 15px;
    background-size: 97% auto, 15px 15px;
    padding: 20px 0 45px;
  }
}
.contents .section-tit:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  content: '';
  background: url("/photostudio/img/bg_line_top.png") repeat;
}

.contents-inner {
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 668px) {
  .contents-inner {
    width: 860px;
    padding: 60px 0 50px;
  }
}
@media only screen and (max-width: 667px) {
  .contents-inner {
    padding: 60px 10px 20px;
  }
}
.contents-inner .lead {
  color: #F89052;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 668px) {
  .contents-inner .lead {
    position: absolute;
    left: 0;
    top: -16px;
    width: 100%;
    height: 39px;
    background: url("/photostudio/img/bg_lead.png") no-repeat center top;
    font-size: 1.4rem;
    line-height: 39px;
  }
}
@media only screen and (max-width: 667px) {
  .contents-inner .lead {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    width: 240px;
    height: 54px;
    background: url("/photostudio/img/sp/bg_lead.png") no-repeat center top;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 7px 30px 0;
  }
}

.caution {
  position: relative;
  font-size: 1.1rem;
  text-align: center;
  margin: 0 0 0 1.5rem;
  padding: 10px 0 15px;
}

p.caution:before {
  position: absolute;
  content: '※';
  margin: 0 0 0 -1em;
}

div.caution {
  position: relative;
  overflow: hidden;
}
div.caution ul {
  position: relative;
}
@media only screen and (min-width: 668px) {
  div.caution ul {
    left: 50%;
    float: left;
  }
}
@media only screen and (max-width: 667px) {
  div.caution ul {
    padding: 0 15px 15px 0;
    text-align: left;
  }
}
@media only screen and (min-width: 668px) {
  div.caution ul li {
    position: relative;
    float: left;
    left: -50%;
    margin: 0 2rem 0 0;
  }
}
@media only screen and (max-width: 667px) {
  div.caution ul li {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
  }
}
div.caution ul li:before {
  position: absolute;
  content: '※';
}
@media only screen and (min-width: 668px) {
  div.caution ul li:before {
    left: -1em;
  }
}
@media only screen and (max-width: 667px) {
  div.caution ul li:before {
    left: 0;
  }
}

ul.caution li {
  position: relative;
  text-indent: -1em;
}
ul.caution li:before {
  position: absolute;
  content: '※';
}

.contact {
  clear: both;
}
.contact ul {
  list-style-type: none;
  padding: 0;
}
@media only screen and (min-width: 668px) {
  .contact {
    position: relative;
    width: 980px;
    margin: 40px auto 30px;
    padding: 16px 0;
  }
  .contact:after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 126px;
    height: 122px;
    background: url("/photostudio/img/icon_contact.png") no-repeat center top;
    content: "";
    margin-left: -63px;
  }
  .contact ul {
    display: block;
    height: 70px;
    background: #FFFFFF;
    border: #F7EAD9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    padding: 10px;
  }
  .contact li {
    display: inline-block;
    height: 70px;
  }
  .contact li:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .contact li a {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center top;
    text-indent: -9999px;
  }
  .contact li:nth-child(1) {
    width: 440px;
    background-image: url("/photostudio/img/btn_shop.png");
    margin-right: 68px;
  }
  .contact li:nth-child(2) {
    width: 450px;
    background-image: url("/photostudio/img/btn_web.png");
  }
}
@media only screen and (max-width: 667px) {
  .contact ul {
    margin: 22px 15px -5px;
  }
  .contact li {
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 10px;
    padding: 10px;
  }
  .contact img {
    width: 100%;
  }
}

#shop {
  position: relative;
  background: url("../img/bg_line.png") repeat;
  z-index: 0;
}
@media only screen and (min-width: 668px) {
  #shop {
    padding: 23px 0 40px;
  }
}
#shop:before, #shop:after {
  position: absolute;
  width: 100%;
  height: 8px;
  content: '';
  background: url("../img/bg_line_top.png") repeat;
}
#shop:before {
  top: 0;
}
#shop:after {
  bottom: 0;
}
#shop .section-tit {
  color: #7DBACE;
}

@media only screen and (min-width: 668px) {
  .shop-list-wrap {
    width: 980px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 667px) {
  .shop-list-wrap {
    margin: 10px 10px 20px;
  }
}

.shop-list {
  background: #FFF;
}
.shop-list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 668px) {
  .shop-list {
    width: 920px;
    padding: 20px 30px 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 667px) {
  .shop-list {
    padding: 22px 12px 1px;
  }
}

@media only screen and (min-width: 668px) {
  .shop-list-area {
    -webkit-flex: auto;
    flex: auto;
  }
}
@media only screen and (max-width: 667px) {
  .shop-list-area {
    margin: 0;
    padding: 0;
  }
}
.shop-list-area:nth-of-type(2n) dt {
  background: #A0CB61;
}
.shop-list-area dt {
  margin: 0 15px 10px 0;
  padding: 4px 12px;
  display: inline-block;
  color: #FFF;
  font-size: 1.6rem;
  background: #8EC3D4;
  float: left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.shop-list-area dd {
  color: #666;
  font-size: 1.2rem;
  line-height: 30px;
}
@media only screen and (min-width: 668px) {
  .shop-list-area dd {
    float: left;
  }
}
@media only screen and (max-width: 667px) {
  .shop-list-area dd {
    margin: 0 0 10px 70px;
  }
}
.shop-list-area dd ul {
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 667px) {
  .shop-list-area dd ul {
    padding: 0 25px 0 0;
  }
  .shop-list-area dd ul:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
.shop-list-area dd ul li {
  margin: 0 10px 0 0;
  float: left;
}
.shop-list-area dd ul li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 667px) {
  .shop-list-area dd ul li:last-child {
    margin: 0;
  }
}

@media only screen and (min-width: 668px) {
  #service {
    width: 860px;
    margin: 40px auto;
  }
}
@media only screen and (max-width: 667px) {
  #service {
    width: 290px;
    margin: 20px auto;
  }
}

.service-ban {
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 668px) {
  .service-ban {
    margin: 0 -25px 0 0;
  }
}
@media only screen and (max-width: 667px) {
  .service-ban {
    margin: 0;
  }
}
.service-ban:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.service-ban li {
  margin: 0 25px 0 0;
  float: left;
  text-indent: -9999px;
}
.service-ban li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 667px) {
  .service-ban li:last-child {
    margin: 0;
  }
}
.service-ban li a {
  display: block;
}
@media only screen and (min-width: 668px) {
  .service-ban li a {
    width: 270px;
    height: 64px;
  }
}
@media only screen and (max-width: 667px) {
  .service-ban li a {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (min-width: 668px) {
  .service-ban-facebook a {
    background: url("../img/ban_facebook.png") no-repeat;
  }
}
@media only screen and (max-width: 667px) {
  .service-ban-facebook a {
    background: url("../img/sp/ban_facebook.png") no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}

@media only screen and (min-width: 668px) {
  .service-ban-line a {
    background: url("../img/ban_line.png") no-repeat;
  }
}
@media only screen and (max-width: 667px) {
  .service-ban-line a {
    background: url("../img/sp/ban_line.png") no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}

@media only screen and (min-width: 668px) {
  .service-ban-tsutaya a {
    background: url("../img/ban_tsutaya.png") no-repeat;
  }
}
@media only screen and (max-width: 667px) {
  .service-ban-tsutaya a {
    background: url("../img/sp/ban_tsutaya.png") no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}

footer {
  position: relative;
  clear: both;
  background: #FFF;
}
footer:before {
  position: absolute;
  width: 100%;
  top: 0;
  height: 8px;
  content: '';
  background: #FFF url("../img/bg_line_head.png") repeat;
}

@media only screen and (min-width: 668px) {
  .f-logo {
    position: absolute;
    top: 35px;
    left: 50%;
    margin: 0 0 0 -494px;
  }
}
@media only screen and (max-width: 667px) {
  .f-logo {
    width: 85px;
    padding: 30px 0 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 668px) {
  .f-logo img {
    width: 177px;
  }
}
@media only screen and (max-width: 667px) {
  .f-logo img {
    width: 85px;
  }
}

@media only screen and (min-width: 668px) {
  .f-sns {
    position: absolute;
    top: 48px;
    left: 50%;
    margin: 0 0 0 -285px;
  }
}
@media only screen and (max-width: 667px) {
  .f-sns {
    width: 100%;
    margin: 15px auto 0;
  }
  .f-sns:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
.f-sns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.f-sns ul li {
  float: left;
  margin: 0 12px;
}

@media only screen and (min-width: 668px) {
  .f-link {
    position: absolute;
    top: 34px;
    left: 50%;
    margin: 0 0 0 306px;
  }
}
@media only screen and (min-width: 668px) {
  .f-link a {
    width: 180px;
    height: 45px;
    display: block;
    background: url("../img/f-link-firststage.png") no-repeat;
    font-size: 0;
  }
  .f-link a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
@media only screen and (max-width: 667px) {
  .f-link a {
    width: 285px;
    height: 45px;
    display: block;
    line-height: 45px;
    margin: 15px auto 0;
    padding: 0 0 0 15px;
    background: url("../img/sp/bg_f_link.png") no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    font-size: 1.6rem;
    text-shadow: 0 1px 0 #F36772;
  }
  .f-link a span {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 668px) {
  .f-nav {
    width: 980px;
    margin: 0 auto;
    padding: 104px 0 0;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav {
    padding: 20px 0 0;
  }
}

.f-nav-inner {
  margin: 0;
  list-style: none;
}
.f-nav-inner:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 668px) {
  .f-nav-inner {
    padding: 35px 0 0 0;
    border-top: 1px dotted #B1B1B1;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-inner {
    background: url("../img/sp/stripe_orange.png") repeat;
    -moz-background-size: auto 49px;
    -o-background-size: auto 49px;
    -webkit-background-size: auto 49px;
    background-size: auto 49px;
    border-bottom: 1px solid #F8CE3F;
  }
}
.f-nav-inner > li {
  padding: 0;
}
@media only screen and (min-width: 668px) {
  .f-nav-inner > li {
    margin: 0 20px 30px 0;
    float: left;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-inner > li {
    background: url("../img/sp/bg_f_nav.png") repeat;
    border-top: 1px solid #AED279;
  }
}
@media only screen and (min-width: 668px) {
  .f-nav-inner > li:nth-child(5) {
    margin: 0 0 0 0;
  }
}
.f-nav-inner > li > a {
  display: block;
  font-size: 1.4rem;
  padding: 0 0 0 20px;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFF;
}
@media only screen and (min-width: 668px) {
  .f-nav-inner > li > a {
    width: 160px;
    height: 25px;
    line-height: 25px;
    background: url("../img/f_nav.png") no-repeat;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-inner > li > a {
    height: 49px;
    line-height: 49px;
    position: relative;
  }
}
@media only screen and (min-width: 668px) {
  .f-nav-inner > li > a:hover {
    color: #FFF;
    text-shadow: none;
    background: url("../img/f_nav_on.png") no-repeat;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-inner > li > a:after {
    position: absolute;
    top: 19px;
    right: 15px;
    width: 9px;
    height: 14px;
    content: '';
    background: url("../img/sp/bg_f_nav_arrow.png") no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.f-nav-inner > li > a.ready {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
@media only screen and (max-width: 667px) {
  .f-nav-inner > .f-nav-menu {
    border-top: 1px solid #F8CE3F;
    background: url("../img/sp/stripe_orange.png") repeat;
  }
}
@media only screen and (min-width: 668px) {
  .f-nav-inner > .f-nav-menu > a {
    width: 760px;
    font-size: 1.4rem;
    background: url("../img/f_nav_menu.png") no-repeat;
  }
}
@media only screen and (min-width: 668px) {
  .f-nav-inner > .f-nav-menu > a:hover {
    color: #FFF;
    background: url("../img/f_nav_menu_on.png") no-repeat;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-inner > .f-nav-menu > a:after {
    background: url("../img/sp/bg_f_nav_arrow_orange.png") no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}

@media only screen and (min-width: 668px) {
  .f-nav-menu-inner {
    width: 780px;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-menu-inner {
    position: relative;
    margin: 0 10px 10px;
    padding: 10px 0;
    background-color: #FFF;
  }
}
.f-nav-menu-inner ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 668px) {
  .f-nav-menu-inner ul {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-menu-inner ul {
    width: 100%;
    font-size: 0;
  }
}
@media only screen and (min-width: 668px) {
  .f-nav-menu-inner li {
    background: url(/photostudio/img/border_f-nav-menu.png) no-repeat right center;
    margin-right: 8px;
    padding: 0 0 10px;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-menu-inner li {
    display: inline-block;
    width: 50%;
  }
}
.f-nav-menu-inner li a {
  background: url("../img/icon_f_arrow.png") no-repeat;
}
@media only screen and (min-width: 668px) {
  .f-nav-menu-inner li a {
    width: auto;
    background-position: left 5px;
    font-size: 1.2rem;
    text-decoration: underline;
    padding: 0 0 0 20px;
  }
  .f-nav-menu-inner li a:hover {
    color: #777;
    text-decoration: none;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-menu-inner li a {
    display: block;
    line-height: 1.3;
    background-position: 10px 10px;
    font-size: 1.3rem;
    padding: 8px 20px 8px 33px;
    height: auto;
    text-decoration: underline;
  }
  .f-nav-menu-inner li a:after {
    display: none;
  }
}
.f-nav-menu-inner li a.ready {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.f-nav-menu-inner li:nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media only screen and (min-width: 668px) {
  .f-nav-menu-inner li:nth-child(1) {
    width: 210px;
  }
}
@media only screen and (min-width: 668px) {
  .f-nav-menu-inner li:nth-child(2) {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
    width: 210px;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-menu-inner li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media only screen and (min-width: 668px) {
  .f-nav-menu-inner li:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 89px;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-menu-inner li:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
}
@media only screen and (min-width: 668px) {
  .f-nav-menu-inner li:nth-child(4) {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
    width: 89px;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-menu-inner li:nth-child(4) {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
}
@media only screen and (min-width: 668px) {
  .f-nav-menu-inner li:nth-child(5) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 196px;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-menu-inner li:nth-child(5) {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
}
@media only screen and (min-width: 668px) {
  .f-nav-menu-inner li:nth-child(6) {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
    width: 196px;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-menu-inner li:nth-child(6) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media only screen and (min-width: 668px) {
  .f-nav-menu-inner li:nth-child(7) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    width: 114px;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-menu-inner li:nth-child(7) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
}
@media only screen and (min-width: 668px) {
  .f-nav-menu-inner li:nth-child(8) {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
    width: 114px;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-menu-inner li:nth-child(8) {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
}
@media only screen and (min-width: 668px) {
  .f-nav-menu-inner li:nth-child(9) {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    width: 131px;
    background: none;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-menu-inner li:nth-child(9) {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
}
@media only screen and (min-width: 668px) {
  .f-nav-menu-inner li:nth-child(10) {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
    width: 131px;
    background: none;
  }
}
@media only screen and (max-width: 667px) {
  .f-nav-menu-inner li:nth-child(10) {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
}

ul.f-nav-ban {
  border: none;
}
@media only screen and (min-width: 668px) {
  ul.f-nav-ban {
    position: absolute;
    width: 180px;
    top: 195px;
    left: 50%;
    margin: 0 0 0 310px;
  }
}
@media only screen and (max-width: 667px) {
  ul.f-nav-ban {
    width: 100%;
    padding: 20px 10px 10px;
    background: #FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 668px) {
  ul.f-nav-ban li {
    margin: 0 0 10px;
    background: none;
    text-indent: -9999px;
  }
  ul.f-nav-ban li.f-nav-ban-home a {
    background: url("../img/ban_first_stage.png") no-repeat;
  }
  ul.f-nav-ban li.f-nav-ban-kyoroman a {
    background: url("../img/ban_kyo_roman.png") no-repeat;
  }
}
@media only screen and (max-width: 667px) {
  ul.f-nav-ban li {
    border: none;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 668px) {
  ul.f-nav-ban li a {
    width: 180px;
    height: 46px;
    display: block;
  }
  ul.f-nav-ban li a:hover {
    opacity: 0.35;
    filter: alpha(opacity=35);
  }
}
@media only screen and (max-width: 667px) {
  ul.f-nav-ban li a {
    height: auto;
    padding: 0;
  }
  ul.f-nav-ban li a:after {
    display: none;
  }
  ul.f-nav-ban li a img {
    width: 100%;
    border: 1px solid #CDCDCD;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
}

.pagetop {
  text-indent: -9999px;
  background: #A0CB61;
}
@media only screen and (min-width: 668px) {
  .pagetop {
    width: 77px;
    height: 77px;
    margin: 0 auto;
    overflow: hidden;
    -moz-border-radius: 38px;
    -webkit-border-radius: 38px;
    border-radius: 38px;
  }
}
.pagetop a {
  display: block;
  background: url("../img/icon_pagetop.png") no-repeat center 14px;
}
@media only screen and (min-width: 668px) {
  .pagetop a {
    width: 77px;
    height: 77px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 667px) {
  .pagetop a {
    width: 100%;
    height: 50px;
  }
}

.copy {
  font-size: 1rem;
}
@media only screen and (min-width: 668px) {
  .copy {
    width: 100%;
    margin: -34px 0 0 0;
    padding: 12px 0;
    text-align: center;
    color: #FFF;
    background: #A0CB61;
  }
}
@media only screen and (max-width: 667px) {
  .copy {
    line-height: 1.6;
    padding: 10px 0 10px 15px;
    color: #A0CB61;
    background: #FFF;
    border-bottom: 5px solid #A0CB61;
  }
  .copy span {
    display: block;
  }
}

@media only screen and (min-width: 668px) {
  section {
    padding: 23px 0 0;
  }
}
@media only screen and (max-width: 667px) {
  section {
    padding: 23px 0 10px;
  }
}

.section-tit {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 1px 0 #FFF;
  margin: 0;
}
@media only screen and (min-width: 668px) {
  .section-tit {
    padding: 35px 0 35px;
    background: url("/photostudio/img/bg_section_tit.png") no-repeat center center;
  }
}
@media only screen and (max-width: 667px) {
  .section-tit {
    background: url("/photostudio/img/sp/bg_section_tit.png") no-repeat center center;
    -moz-background-size: 97% auto;
    -o-background-size: 97% auto;
    -webkit-background-size: 97% auto;
    background-size: 97% auto;
  }
}
.section-tit em {
  display: block;
  font-style: normal;
  font-size: 2.8rem;
}
@media only screen and (max-width: 667px) {
  .section-tit span {
    display: block;
  }
}

.contents-inner {
  padding: 60px 0 20px;
}
@media only screen and (max-width: 667px) {
  .contents-inner .lead {
    padding: 8px 30px 0;
  }
}

@media only screen and (min-width: 668px) {
  .gallery-menu {
    width: 990px;
    margin: 0 0 40px -60px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 667px) {
  .gallery-menu {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .gallery-menu:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
.gallery-menu li {
  text-align: center;
  display: table;
}
@media only screen and (min-width: 668px) {
  .gallery-menu li {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 667px) {
  .gallery-menu li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #F3EDDE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .gallery-menu li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 9px;
    right: 10px;
    top: 19px;
    background: url(/photostudio/img/gallery/btn_gallery_arrow.png) no-repeat 0 0;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .gallery-menu li:nth-child(odd) {
    border-right: 1px solid #F3EDDE;
  }
}
.gallery-menu li a {
  vertical-align: middle;
  color: #FFF;
  font-size: 1.4rem;
  text-decoration: none;
  display: table-cell;
}
@media only screen and (min-width: 668px) {
  .gallery-menu li a {
    width: 188px;
    height: 64px;
    background: url(/photostudio/img/gallery/btn_gallery.png) no-repeat 0 0;
  }
}
@media only screen and (max-width: 667px) {
  .gallery-menu li a {
    width: 100%;
    height: 46px;
    background: url(/photostudio/img/gallery/btn_gallery_sp.png) repeat 0 0;
  }
}
@media only screen and (min-width: 668px) {
  .gallery-menu li a.on, .gallery-menu li a:hover {
    background: url(/photostudio/img/gallery/btn_gallery_on.png) no-repeat 0 0;
  }
}
@media only screen and (max-width: 667px) {
  .gallery-menu li a.on, .gallery-menu li a:hover {
    background: url(/photostudio/img/gallery/btn_gallery_on_sp.png) repeat 0 0;
  }
}

.grid {
  background: #FFF;
  border: 4px solid #FFF;
}
@media only screen and (min-width: 668px) {
  .grid {
    width: 972px;
    margin: 0px 0 0 -55px;
  }
}
@media only screen and (max-width: 667px) {
  .grid {
    width: auto;
    margin: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.grid-item {
  padding: 4px;
}
@media only screen and (min-width: 668px) {
  .grid-item {
    width: 316px;
  }
}
@media only screen and (max-width: 667px) {
  .grid-item {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  background: #7DB9CD;
  padding: 0 24px 0 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (min-width: 668px) {
  .fancybox-wrap {
    margin: 20px 0 0 -14px;
  }
}
@media only screen and (max-width: 667px) {
  .fancybox-wrap {
    margin: 15% 0 0 -14px;
  }
}

.fancybox-skin {
  position: relative;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-inner {
  padding: 10px;
  background-color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/photostudio/img/gallery/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/photostudio/img/gallery/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -60px;
  right: -30px;
  width: 50px;
  height: 51px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/photostudio/img/gallery/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-image: url("/photostudio/img/gallery/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  padding: 13px 0 5px 10px;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap .child {
  color: #FFF;
  line-height: 24px;
  font-size: 14px;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/photostudio/img/gallery/fancybox_sprite@2x.png");
    background-size: 50px 51px;
  }

  #fancybox-loading div {
    background-image: url("/photostudio/img/gallery/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
