@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;
  }
}

section {
  position: relative;
}
@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:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: '';
  background: url("/photostudio/img/bg_line_top.png") repeat;
}

.catch {
  position: relative;
  width: 100%;
  background: url("/photostudio/img/bg_check-yellow.gif") repeat;
}
@media only screen and (min-width: 668px) {
  .catch {
    min-height: 264px;
  }
}
@media only screen and (max-width: 667px) {
  .catch {
    padding: 22px 0 1px 0;
  }
}
.catch:before, .catch:after {
  position: absolute;
  content: '';
}
.catch:before {
  background-repeat: no-repeat;
}
@media only screen and (min-width: 668px) {
  .catch:before {
    top: 0;
    right: 0;
    left: 0;
    width: 1040px;
    height: 264px;
    background-position: right -19px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 667px) {
  .catch:before {
    bottom: -70px;
    left: 50%;
    width: 288px;
    height: 100%;
    margin: 0 0 0 -144px;
    background-position: center bottom;
    -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) {
  .catch:after {
    bottom: 0;
    width: 100%;
    height: 11px;
    left: 0;
    background: url("/photostudio/img/omiyamairi/bg_catch.png") repeat-x center center;
  }
}
@media only screen and (min-width: 668px) {
  .catch .inner {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding-top: 30px;
    z-index: +1;
  }
}

.catch-copy {
  text-align: center;
  color: #FFFFFF;
  background: url("/photostudio/img/omiyamairi/bg_catch_copy.png") no-repeat center center;
}
@media only screen and (min-width: 668px) {
  .catch-copy {
    width: 540px;
    height: 31px;
    font-size: 1.8rem;
    padding: 6px 0 14px;
  }
}
@media only screen and (max-width: 667px) {
  .catch-copy {
    width: 300px;
    height: 26px;
    margin: 0 auto;
    padding: 2px 0 0 0;
    font-size: 1.1rem;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
#omiyamairi .catch-copy {
  margin-bottom: 10px;
}

.catch-tit {
  color: #F89052;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 668px) {
  .catch-tit {
    width: 540px;
    margin: 15px 0 20px;
  }
}
@media only screen and (max-width: 667px) {
  .catch-tit {
    width: 270px;
    margin: 8px auto;
  }
  .catch-tit img {
    width: auto;
    max-height: 38px;
  }
}
#omiyamairi .catch-tit {
  font-size: 0;
  margin-bottom: 15px;
}

@media only screen and (min-width: 668px) {
  .catch-ex {
    width: 540px;
    line-height: 32px;
    font-size: 1.2rem;
    background: url("/photostudio/img/omiyamairi/bg_catch_ex.png") repeat 0 1px;
  }
}
@media only screen and (max-width: 667px) {
  .catch-ex {
    width: 270px;
    margin: 0 auto 90px;
    line-height: 32px;
    background: url("/photostudio/img/omiyamairi/bg_catch_ex.png") repeat 0 1px;
    font-size: 1rem;
    color: #000;
  }
}

@media only screen and (min-width: 668px) {
  #omiyamairi .catch:before {
    background-image: url("/photostudio/img/omiyamairi/bg_catch_pc.png");
  }
}
@media only screen and (max-width: 667px) {
  #omiyamairi .catch:before {
    background-image: url("/photostudio/img/omiyamairi/bg_catch_sp.png");
  }
}

@media only screen and (min-width: 668px) {
  #bridal .catch:before {
    background-image: url("/photostudio/img/bridal/bg_catch_pc01.png");
  }
}
@media only screen and (max-width: 667px) {
  #bridal .catch:before {
    background-image: url("/photostudio/img/bridal/bg_catch_sp01.png");
  }
}

@media only screen and (min-width: 668px) {
  #school .catch:before {
    background-image: url("/photostudio/img/school/bg_catch_pc.png");
  }
}
@media only screen and (max-width: 667px) {
  #school .catch:before {
    background-image: url("/photostudio/img/school/bg_catch_sp.png");
  }
}

@media only screen and (min-width: 668px) {
  #festival .catch:before {
    background-image: url("/photostudio/img/festival/bg_catch_pc.png");
  }
}
@media only screen and (max-width: 667px) {
  #festival .catch:before {
    background-image: url("/photostudio/img/festival/bg_catch_sp.png");
  }
}

@media only screen and (min-width: 668px) {
  #birth .catch:before {
    background-image: url("/photostudio/img/birth/bg_catch_pc.png");
  }
}
@media only screen and (max-width: 667px) {
  #birth .catch:before {
    background-image: url("/photostudio/img/birth/bg_catch_sp.png");
  }
}

@media only screen and (min-width: 668px) {
  #half_seigin .catch:before {
    background-image: url("/photostudio/img/half_seigin/bg_catch_pc.png");
  }
}
@media only screen and (max-width: 667px) {
  #half_seigin .catch:before {
    background-image: url("/photostudio/img/half_seigin/bg_catch_sp.png");
  }
}

@media only screen and (min-width: 668px) {
  #anniversary .catch:before {
    background-image: url("/photostudio/img/anniversary/bg_catch_pc.png");
  }
}
@media only screen and (max-width: 667px) {
  #anniversary .catch:before {
    background-image: url("/photostudio/img/anniversary/bg_catch_sp.png");
  }
}

@media only screen and (min-width: 668px) {
  #hakama .catch:before {
    background-image: url("/photostudio/img/hakama/bg_catch_pc.png");
  }
}
@media only screen and (max-width: 667px) {
  #hakama .catch:before {
    background-image: url("/photostudio/img/hakama/bg_catch_sp.png");
  }
}

@media only screen and (min-width: 668px) {
  #maternity .catch:before {
    background-image: url("/photostudio/img/maternity/bg_catch_pc.png");
  }
}
@media only screen and (max-width: 667px) {
  #maternity .catch:before {
    background-image: url("/photostudio/img/maternity/bg_catch_sp.png");
  }
}

.contents .contents-inner {
  padding: 0 0 50px;
}
.contents .section-tit {
  color: #F2859F;
}
.contents .section-tit.blue {
  color: #7DB8CC;
}
@media only screen and (min-width: 668px) {
  .contents .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) {
  .contents .section-tit {
    padding: 20px 0 5px;
    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;
  }
}
.contents .section-tit:after {
  background: none;
}

.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:after {
  background: none;
}
.section-tit em {
  display: block;
  font-style: normal;
  font-size: 2.8rem;
}
@media only screen and (max-width: 667px) {
  .section-tit span {
    display: block;
  }
}

@media only screen and (min-width: 668px) {
  .contents-box {
    width: 960px;
    margin: 0 0 40px -60px;
    padding: 10px;
    background: #FFF;
    border: 1px solid #F7EAD9;
  }
}
@media only screen and (max-width: 667px) {
  .contents-box {
    width: auto;
    margin: 10px;
    padding: 0;
  }
}
.contents-box .contents-box-inner {
  background: #FFF;
}
.contents-box .contents-box-inner:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 668px) {
  .contents-box .contents-box-inner {
    padding: 25px 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .contents-box .contents-box-inner {
    padding: 15px 10px;
  }
}
.contents-box h3 {
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (min-width: 668px) {
  .contents-box h3 {
    width: 860px;
    margin: 0 0 27px;
    height: 40px;
    line-height: 40px;
    font-size: 1.8rem;
    background: url("/photostudio/img/bg_contents-box.png") no-repeat center top;
  }
  .contents-box h3.campaign-p {
    width: 860px;
    margin: 0 0 27px;
    height: 40px;
    line-height: 40px;
    font-size: 1.8rem;
    background: url("/photostudio/img/bg_contents-box_pink.png") no-repeat center top;
  }
}
@media only screen and (max-width: 667px) {
  .contents-box h3 {
    position: relative;
    margin: 0 12px 15px;
    height: 30px;
    line-height: 30px;
    font-size: 1.3rem;
    background: url("/photostudio/img/sp/bg_entry-list.png") repeat left top;
    -moz-background-size: 28px 30px;
    -o-background-size: 28px 30px;
    -webkit-background-size: 28px 30px;
    background-size: 28px 30px;
  }

  .contents-box h3.campaign-p {
    position: relative;
    margin: 0 12px 15px;
    height: 30px;
    line-height: 30px;
    font-size: 1.3rem;
    background: url("/photostudio/img/sp/bg_entry-list_pink.png") repeat left top;
    -moz-background-size: 28px 30px;
    -o-background-size: 28px 30px;
    -webkit-background-size: 28px 30px;
    background-size: 28px 30px;
  }
}
@media only screen and (max-width: 667px) {
  .contents-box h3:before, .contents-box h3:after {
    position: absolute;
    top: 0;
    display: block;
    width: 12px;
    height: 30px;
    background-image: url("/photostudio/img/sp/img_entry-list-edge.png");
    background-repeat: no-repeat;
    -webkit-background-size: 12px 30px;
    -o-background-size: 12px 30px;
    background-size: 12px 30px;
    content: "";
  }

  .contents-box h3.campaign-p:before, .contents-box h3.campaign-p:after {
    position: absolute;
    top: 0;
    display: block;
    width: 12px;
    height: 30px;
    background-image: url("/photostudio/img/sp/img_entry-list-edge_pink.png");
    background-repeat: no-repeat;
    -webkit-background-size: 12px 30px;
    -o-background-size: 12px 30px;
    background-size: 12px 30px;
    content: "";
  }
}
@media only screen and (max-width: 667px) {
  .contents-box h3:before {
    left: -12px;
    background-position: left top;
  }
}
@media only screen and (max-width: 667px) {
  .contents-box h3:after {
    right: -12px;
    background-position: right top;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.contents-box h3 span {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 668px) {
  .contents-box h3 span {
    padding: 0 55px;
  }
}
@media only screen and (max-width: 667px) {
  .contents-box h3 span {
    padding: 0 30px;
  }
}
.contents-box h3 span:before, .contents-box h3 span:after {
  width: 15px;
  height: 14px;
  position: absolute;
  display: block;
  background: url("/photostudio/img/icon_star.png") no-repeat center top;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
}
@media only screen and (min-width: 668px) {
  .contents-box h3 span:before, .contents-box h3 span:after {
    width: 15px;
    height: 14px;
    top: 7px;
  }
}
@media only screen and (max-width: 667px) {
  .contents-box h3 span:before, .contents-box h3 span:after {
    width: 12px;
    height: 11px;
    top: 4px;
  }
}
.contents-box h3 span:before {
  left: 0;
}
.contents-box h3 span:after {
  right: 0;
}
.contents-box .photo {
  float: left;
  display: inline-block;
  border: 1px solid #E2E2E2;
}
@media only screen and (min-width: 668px) {
  .contents-box .photo {
    padding: 9px;
    margin: 0 24px 30px 0;
  }
}
@media only screen and (max-width: 667px) {
  .contents-box .photo {
    width: 48%;
    padding: 4px;
    margin: 0 1% 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contents-box .photo img {
    width: 100%;
  }
}
.contents-box .txt {
  display: inline-block;
}
@media only screen and (min-width: 668px) {
  .contents-box .txt {
    width: 270px;
    margin: 0 0 30px;
  }
  .contents-box .txt.u-momofes {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 667px) {
  .contents-box .txt {
    width: 100%;
  }
}
.contents-box .txt.with-gift .price {
  height: auto;
}
@media only screen and (min-width: 668px) {
  .contents-box .txt.with-gift .price-tit {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 668px) {
  .contents-box .txt.with-gift .price-yen {
    /*height: 70px;
    line-height: 70px;*/
  }
}
.contents-box .txt dt {
  padding: 3px 0;
  color: #ADC765;
  background: #F7F9EF;
  font-size: 1.4rem;
  text-align: center;
}
.contents-box .txt dd {
  color: #666666;
}
.contents-box .txt dd.item01 {
  margin: 5px 0 10px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.contents-box .txt dd.price {
  margin: 5px 0 10px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.contents-box .txt dd.price .price-notice {
  font-size: 1.4rem;
}
.contents-box .txt dd .content li {
  padding: 10px 0 10px 15px;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px dotted #C1D68B;
  background: url("/photostudio/img/icon_list_blue.png") no-repeat center left;
}
.contents-box .txt dd .caution {
  text-align: left;
  margin: 10px 0 0 24px;
  padding: 0;
}
@media only screen and (min-width: 668px) {
  .contents-box.campaign {
    position: relative;
    background: url("/photostudio/img/bg_colorful_01.png");
  }
  .contents-box.campaign:before, .contents-box.campaign:after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 10px;
    background: url("/photostudio/img/bg_colorful_02.png");
    content: '';
  }
  .contents-box.campaign:before {
    left: 0;
  }
  .contents-box.campaign:after {
    right: 0;
  }
}
@media only screen and (min-width: 668px) {
  .contents-box.campaign h3 {
    background: url("/photostudio/img/bg_contents-box_pink.png") no-repeat center top;
  }
}
.contents-box.campaign .price {
  margin: 0 0 16px;
  border: 3px solid #FFF297;
}
@media only screen and (min-width: 668px) {
  .contents-box.campaign .price {
    height: 250px;
  }
}

.price-tit {
  padding: 5px 0;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: center;
  background: url("/photostudio/img/bg_yellow_strip_light.png");
}
@media only screen and (min-width: 668px) {
  .price-tit {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 667px) {
  .price-tit {
    font-size: 1.8rem;
  }
}

.price-yen {
  color: #F2859F;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 668px) {
  .price-yen {
    /*height: 150px;
    line-height: 150px;*/
  }
}
.price-yen span {
  font-size: 4.5rem;
}

span.price-yen-small {
	display: block;
	font-size: 1.4rem;
	margin: 0 0 10px;
}

.price .caution {
  font-size: 1.3rem;
  margin: 0 20px 10px;
  padding: 10px 0 0 20px;
  border-top: 1px dotted #F485A1;
  text-align: left;
}
.price .caution p {
  position: relative;
}
.price .caution p:before {
  position: absolute;
  width: 7px;
  height: 7px;
  content: '';
  top: 6px;
  left: -16px;
  background: url("/photostudio/img/icon_list_pink.png") no-repeat center left;
}

.price-present {
  border: 1px solid #FFF192;
  margin: 0 0 10px;
}
@media only screen and (min-width: 668px) {
  .price-present {
    padding: 15px 15px 15px 31px;
  }
}
@media only screen and (max-width: 667px) {
  .price-present {
    padding: 10px 10px 10px 30px;
  }
}
.price-present p {
  position: relative;
  font-size: 1.3rem;
  line-height: 28px;
  margin: 0 0 10px;
  background: url("/photostudio/img/omiyamairi/bg_present.png") repeat-x center bottom;
}
.price-present p:before {
  position: absolute;
  width: 7px;
  height: 7px;
  content: '';
  top: 10px;
  left: -16px;
  background: url("/photostudio/img/icon_list_pink.png") no-repeat center left;
}
.price-present ul.caution {
  text-align: left;
}
@media only screen and (min-width: 668px) {
  .price-present ul.caution {
    display: block;
    line-height: 1.5;
    margin: 0 -10px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 667px) {
  .price-present ul.caution {
    padding: 0 9px;
  }
}

.caution span {
  text-align: center;
  position: relative;
  text-indent: -1em;
  padding: 0 0 2px 6px;
  font-size: 1rem;
  color: #666;
  line-height: 1;
}
.caution span:before {
  position: absolute;
  top: 10%;
  left: 0;
  content: '※';
}

ul.caution {
  margin: 0 5px;
  font-size: 1rem;
  color: #666;
  text-align: left;
}
@media only screen and (min-width: 668px) {
  ul.caution {
    padding: 0 15px 0 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-content: space-around;
    align-content: space-around;
  }
}
@media only screen and (max-width: 667px) {
  ul.caution {
    padding: 0 9px;
  }
}
ul.caution li {
  position: relative;
  padding: 0 0 2px 6px;
}
@media only screen and (min-width: 668px) {
  ul.caution li {
    text-indent: -1em;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 667px) {
  ul.caution li {
    text-indent: 0;
  }
}
ul.caution li:before {
  position: absolute;
  top: 0;
  left: -1.2em;
  content: '※';
}

.print {
  position: relative;
  border: 1px solid #B0D4DF;
  background: #EFF9FA;
}
@media only screen and (min-width: 668px) {
  .print {
    width: 980px;
    height: 48px;
    margin: 0 0 40px -60px;
  }
}
@media only screen and (max-width: 667px) {
  .print {
    width: auto;
    padding: 10px;
    margin: 10px 10px 20px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
}
.print a {
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 668px) {
  .print a {
    position: relative;
    width: 980px;
    height: 56px;
  }
  .print a:hover:before {
    opacity: 0.2;
  }
  .print a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #FFF;
    content: '';
    z-index: 10;
    opacity: 0;
  }
}
@media only screen and (max-width: 667px) {
  .print a {
    width: 100%;
    height: 100%;
  }
}

.print-tit {
  color: #5FB4D3;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 668px) {
  .print-tit {
    width: 100%;
    position: absolute;
    top: 8px;
    left: 12px;
    content: '';
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 667px) {
  .print-tit {
    padding: 8px;
    font-size: 2.1rem;
  }
}
.print-tit:before, .print-tit:after {
  position: absolute;
  content: '';
}
.print-tit:before {
  background: url("/photostudio/img/omiyamairi/icon_price.png") no-repeat center left;
}
@media only screen and (min-width: 668px) {
  .print-tit:before {
    top: -14px;
    left: 339px;
    width: 60px;
    height: 59px;
  }
}
@media only screen and (max-width: 667px) {
  .print-tit:before {
    top: 0;
    left: 50%;
    margin: 4rem 0 0 -14rem;
    width: 52px;
    height: 50px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.print-tit:after {
  background: url("/photostudio/img/omiyamairi/arrow_price.png") no-repeat center left;
}
@media only screen and (min-width: 668px) {
  .print-tit:after {
    top: 10px;
    left: 590px;
    width: 28px;
    height: 14px;
  }
}
@media only screen and (max-width: 667px) {
  .print-tit:after {
    top: 0;
    left: 50%;
    margin: 5.9rem 0 0 9rem;
    width: 23px;
    height: 13px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}

.print-txt_01, .print-txt_02 {
  text-align: center;
  background: #FFF;
}
@media only screen and (min-width: 668px) {
  .print-txt_01, .print-txt_02 {
    position: absolute;
    content: '';
    top: 11px;
    width: 265px;
    font-size: 1.4rem;
    line-height: 28px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
  }
}
@media only screen and (max-width: 667px) {
  .print-txt_01, .print-txt_02 {
    padding: 5px;
    font-size: 1.4rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}

@media only screen and (min-width: 668px) {
  .print-txt_01 {
    left: 60px;
  }
}

@media only screen and (min-width: 668px) {
  .print-txt_02 {
    right: 60px;
  }
}

.present {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 668px) {
  .present {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 25px;
  }
  .present::after{
    content:"";
    display: block;
    width:270px;
  }
}
@media only screen and (max-width: 667px) {
  .present {
    line-height: 25px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.present > li {
  position: relative;
  border-top: 25px solid #F2F8FA;
}
@media only screen and (min-width: 668px) {
  .present > li {
    width: 270px;
    margin: 0 0 35px;
    padding: 17px 10px 0 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 667px) {
  .present > li {
    margin: 0 0 15px;
    padding: 15px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.present > li:before {
  position: absolute;
  top: -31px;
  left: 50%;
  padding: 10px;
  width: 18px;
  height: 18px;
  margin: 0 0 0 -9px;
  line-height: 17px;
  text-align: center;
  display: block;
  color: #FFF;
  font-size: 1.8rem;
  background: url("/photostudio/img/omiyamairi/icon_present_blue.png") no-repeat center center;
}
.present > li:nth-child(2n-1) {
  border-top: 25px solid #F7F9EF;
}
.present > li:nth-child(2n-1):before {
  background: url("/photostudio/img/omiyamairi/icon_present_green.png") no-repeat center center;
}
.present > li:nth-child(2n-1) .present-txt {
  background: url("/photostudio/img/omiyamairi/border_green.png") repeat left bottom;
}
.present > li:nth-child(2n-1) big {
  color: #ACC565;
}
.present > li:nth-child(1):before {
  content: '1';
}
.present > li:nth-child(2):before {
  content: '2';
}
.present > li:nth-child(3):before {
  content: '3';
}
.present > li:nth-child(4):before {
  content: '4';
}
.present > li:nth-child(5):before {
  content: '5';
}
.present > li:last-child {
  position: relative;
  font-size: 1.2rem;
  color: #666;
  border: 1px solid #F1EEE2;
}
@media only screen and (min-width: 668px) {
  .present > li:last-child {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 667px) {
  .present > li:last-child {
    padding: 10px 20px;
  }
}
.present > li:last-child:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -7rem;
  text-indent: 1.2rem;
  content: '※';
  background: none;
}
@media only screen and (min-width: 668px) {
  .present > li:last-child ul {
    position: absolute;
    top: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 668px) {
  .present > li.col2, .present > li.col2 ul li {
    flex-basis: 560px;
  }
}
@media only screen and (min-width: 668px) {
  .present > li.col3 {
    flex-basis: 860px;
  }
}
.present > li.col3 ul {
  position: static;
}
@media only screen and (min-width: 668px) {
  .present > li.col3 ul li {
    margin: 0 50px 0 0;
  }
}
.present .present-thumb {
  width: 72px;
  border: 1px solid #E2E2E2;
  padding: 3px;
  margin: 0 0 0 12px;
}
.present .present-txt {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  color: #666;
  font-size: 1.3rem;
  background: url("/photostudio/img/omiyamairi/border_blue.png") repeat left bottom;
}
.present .present-txt big {
  font-size: 1.6rem;
  font-weight: bold;
  color: #7DBACE;
}
.present .present-txt .caution {
  padding: 0;
}
.present small {
  font-size: 1rem;
  padding: 0 5px;
}
.present ul.caution li {
  text-align: left;
}

@media all and (-ms-high-contrast: none) {
  .present > li:before {
    line-height: 19px;
  }
}
.present-matiuke {
  position: relative;
  display: block;
}
@media only screen and (min-width: 668px) {
  .present-matiuke {
    width: 980px;
    height: 93px;
    margin: -10px 0 50px -60px;
    background: url("/photostudio/img/ban_matiuke.png");
  }
}
@media only screen and (max-width: 667px) {
  .present-matiuke {
    width: 300px;
    height: 144px;
    margin: 0 auto 70px;
  }
}
@media only screen and (min-width: 668px) {
  .present-matiuke img {
    display: none;
  }
}
@media only screen and (max-width: 667px) {
  .present-matiuke img {
    width: 100%;
  }
}
@media only screen and (min-width: 668px) {
  .present-matiuke .caution {
    position: relative;
    margin: 80px 0 0 -30px;
    left: 50%;
    float: left;
  }
}
@media only screen and (max-width: 667px) {
  .present-matiuke .caution {
    margin: 10px 5px;
  }
}
@media only screen and (min-width: 668px) {
  .present-matiuke .caution li {
    text-indent: 60px;
    margin: 0 0 0 -23px;
    position: relative;
    left: -50%;
    float: left;
  }
}
@media only screen and (max-width: 667px) {
  .present-matiuke .caution li {
    text-align: left;
  }
}

#photogallery {
  margin: -90px 0 0;
  padding: 23px 0 40px;
}
#photogallery:before {
  display: none;
}
#photogallery .section-tit {
  color: #A0CB61;
}
#photogallery .section-tit span {
  font-weight: bold;
}

.gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 668px) {
  .gallery {
    width: 980px;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 667px) {
  .gallery {
    margin: 20px 10px 15px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.gallery li {
  background: #FFF;
}
@media only screen and (min-width: 668px) {
  .gallery li {
    padding: 10px;
    border: 1px solid #F7EAD9;
  }
}
@media only screen and (max-width: 667px) {
  .gallery li {
    width: 27%;
    margin: 0 0 15px;
    padding: 5px;
  }
}
@media only screen and (max-width: 667px) {
  .gallery img {
    width: 100%;
  }
}

.gallery-more {
  border-top: 1px dotted #A0CB61;
}
@media only screen and (min-width: 668px) {
  .gallery-more {
    width: 980px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 667px) {
  .gallery-more {
    margin: 0 15px;
  }
}
.gallery-more a {
  width: 105px;
  height: 28px;
  line-height: 28px;
  margin: -16px auto 0;
  padding: 0 40px;
  display: block;
  text-decoration: none;
  color: #A0CB61;
  font-size: 1.4rem;
  border: 1px solid #E7F2D7;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #FFF url("/photostudio/img/omiyamairi/arrow_green.png") no-repeat 130px 7px;
}
.gallery-more a:hover {
  color: #FFF;
  border: 1px solid #A0CB61;
  background: #A0CB61 url("/photostudio/img/omiyamairi/arrow_green_on.png") no-repeat 130px 7px;
}

/* 20180907 Add */
.bnrAnnestyle_Install2 {
  margin-top: 40px;
}

/* 190620 Add */
div.priceNormal{
	font-size: 1.2rem;
	text-align:center;
	color:#F2859F;
	padding:0.5em;
}