@charset "utf-8";

.phm,
.pluginLikeboxStream {
  height: 500px !important;
}

/*----------------------------------------------------------------------------------------
ヘッダー　変更後
----------------------------------------------------------------------------------------*/

#header-area {
  margin: 0 auto;
  padding-top: 15px;
  width: 1000px;
  position: relative;
}

#headnav-area {
  margin-top: 20px;
  position: relative;
  bottom: 0;
  z-index: 9999;
}

#header-left-new {
  float: left;
  padding: 25px 0 0 5px;
}

#header-right-new {
  float: right;
  width: 580px;
  height: 120px;
}

/* 2020.01.29 Rewrite ------------------*/
.header_bnrFlex {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.header_bnrFlex a {
  display: block;
  width: calc((100% - 20px) / 2);
}

/*----------------------------------------------------------------------------------------
各ページ大枠
----------------------------------------------------------------------------------------*/

#contentbody {
  margin: 0 auto;
  width: 1000px;
}

#maincontent {
  width: 680px;
  float: left;
}

#rightcontent {
  width: 250px;
  float: right;
}

/*----------------------------------------------------------------------------------------
各ページ共通クラス
----------------------------------------------------------------------------------------*/

#maincontent h3 {
  margin-bottom: 20px;
}

/*ページTOP*/
.pagetop {
  text-align: right;
  margin-top: 30px;
  clear: both;
}

.tpage {
  color: #00862e;
}

.pagetop a {
  color: #666666 !important;
  text-decoration: none !important;
}

.pagetop a:hover {
  text-decoration: underline !important;
}

/*FaceBook表示エリア*/
.likeboxarea {
  margin-top: 50px;
}

/*カテゴリ右コンテンツ公開中のイベント*/

.eventright {
  font-size: 12px;
  margin-bottom: 25px;
}

.eventright h2 {
  height: 38px;
  font-weight: normal;
  margin-bottom: 5px;
}

.eventright li {
  padding-left: 30px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  background: url(../image/eventicon-r.gif) left 2px no-repeat;
  border-bottom: 3px dotted #8cc63f;
}

/*カテゴリ右コンテンツ運営者からのお知らせ*/

.inforight {
  font-size: 12px;
  margin-bottom: 25px;
}

.inforight h2 {
  height: 38px;
  font-weight: normal;
  margin-bottom: 5px;
}

.inforight li {
  padding-left: 17px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  background: url(../image/infoicon-r.gif) left 2px no-repeat;
  border-bottom: 3px dotted #00a99d;
}

/*カテゴリ右コンテンツ上部バナーエリア*/

.right-price li {
  margin-bottom: 15px;
}

/*カテゴリ右コンテンツバナーエリア*/

.right-banner li {
  margin-bottom: 15px;
}

/*右コンテンツお問い合わせ*/
.right-contactbox {
  margin-top: 15px;
  border: solid 1px #8cc63f;
  padding: 10px;
  margin-bottom: 15px;
}

.right-contactbox h4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #00862e;
}

.right-contactbox a {
  color: #00862e;
  text-decoration: underline;
}

.right-contactbox a:hover {
  text-decoration: none;
}

.right-cmlink {
  background: url(../image/rclink-icon.gif) left center no-repeat;
  padding-left: 28px;
  margin-top: 2px;
}

/*写真*/
.g-photo {
  margin-bottom: 15px;
}

/*グーグルマップ*/
.map {
  border: 1px solid #ccc;
}

/*----------------------------------------------------------------------------------------
TOP及びカテゴリメインコンテンツ
----------------------------------------------------------------------------------------*/

/*TOPメイン画像部*/
.topcontent {
  height: 390px;
  margin-bottom: 20px;
}

.topcontent_l {
  float: left;
  height: 390px;
  width: 304px;
  position: relative;
  background: url(../image/topcontent_lback.jpg) left top no-repeat;
}

.topcontent_r {
  float: right;
  height: 386px;
  width: 676px;
  position: relative;
  border: 2px solid #ccc;
  overflow: hidden;
}

.ntitle {
  vertical-align: middle;
  position: absolute;
  left: 25px;
  top: 25px;
  background-color: #8cc63f;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.ntitle a {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 5px 18px 5px 25px;
  color: #fff;
  font-weight: bold;
  background: url(../image/top/or/ntitle-lm.gif) no-repeat 18px 9px;
}

.ncode {
  width: 250px;
  vertical-align: middle;
  position: absolute;
  left: 30px;
  top: 55px;
}

.ncode input.nkey {
  padding: 4px;
  width: 48px;
}

.lbtn {
  text-align: right;
  display: block;
  position: absolute;
  right: 18px;
  bottom: 0;
}

.code-beg {
  margin-top: 20px;
}

.code-beg2 {
  margin-top: 5px;
}

.code-mb-5 {
  margin-bottom: 5px;
}

.code-beg a:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

.code-beg2 a:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

.event3d-img {
  position: absolute;
  left: 11px;
  bottom: 11px;
}

.event5d-img {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*新サービスバナー 20170908 -> upd.20220907*/

.top_bnrArea {
  margin-bottom: 35px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_bnrArea {
    justify-content: space-around;
  }
}

.new-serviceBnr {
  flex: 0 0 30%;
  /* width: 304px; */
  /* float: left; */
}
@media screen and (max-width: 768px) {
  .new-serviceBnr {
    flex: 0 0 45%;
  }
}

/* .uminekoBnr02{ width: 680px; float: right;} */

/* .uminekoBnr02{ width: 680px; float: right;} */
.uminekoBnr02 {
  /* width: 330px; */
  /* float: right; */
  /* margin-left: 18px; */

  flex: 0 0 30%;
}

.uminekoBnr02:last-of-type() {
  margin-right: 0;
}

/* A3バナー 20220907 */
.a3bnr {
  flex: 0 0 30%;
}
@media screen and (max-width: 768px) {
  .a3bnr {
    flex: 0 0 45%;
  }
  .a3bnr img {
    width: 100%;
  }
}

/* 思い出フォトの特徴バナー 20221006 */
.featurebnr {
  display: none; /* PC版は非表示 */
}
@media screen and (max-width: 768px) {
  .featurebnr {
    display: block;
    flex: 0 0 95%;
    margin-top: 15px;
  }
  .featurebnr img {
    width: 100%;
  }
}

/*うみねこマラソンバナー 20160516*/

.uminekoBnr {
  margin-bottom: 35px;
}

.uminekoBnr a:hover img {
  filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.75;
}

.tc-textarea {
  width: 100%;
  height: 110px;
  margin-bottom: 20px;
}

.tc-text img {
  margin-bottom: 10px;
}

.tc-text p {
  text-align: left;
  font-size: 13px;
}

/*小バナーエリア*/

.topbanner-s {
  margin-bottom: 25px;
}

.topbanner-s li {
  float: left;
  margin-right: 10px;
}

.topbanner-s li.sbnlast {
  margin-right: 0;
}

/*TOP公開中のイベント*/
.eventbox h3 {
  height: 38px;
  position: relative;
  font-weight: normal;
  margin-bottom: 5px;
}

.eventbox li {
  padding-left: 42px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background: url(../image/eventicon.gif) left 9px no-repeat;
  border-bottom: 3px dotted #8cc63f;
}

.e-listlink {
  color: #8cc63f;
  font-size: 13px;
  display: block;
  position: absolute;
  left: 180px;
  bottom: 5px;
}

.e-listlink:hover {
  text-decoration: underline;
}

/*TOP運営者からのお知らせ*/

.infobox {
  margin-top: 20px;
}

.infobox h3 {
  height: 38px;
  position: relative;
  font-weight: normal;
  margin-bottom: 5px;
}

.infobox li {
  padding-left: 25px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background: url(../image/infoicon.gif) left 1px no-repeat;
  border-bottom: 3px dotted #00a99d;
}

.infobox span {
  margin-right: 5px;
}

.i-listlink {
  color: #00a99d;
  font-size: 13px;
  display: block;
  position: absolute;
  left: 180px;
  bottom: 5px;
}

.i-listlink:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------------------------------
写真販売サービスとは？
----------------------------------------------------------------------------------------*/

.service-sp {
  margin-top: 25px;
}

.service-sp h4 {
  margin-bottom: 12px;
  padding-left: 8px;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #8cc63f;
  border-left: 10px solid #8cc63f;
  border-bottom: 1px solid #8cc63f;
}

.service-sp li {
  margin-bottom: 20px;
}

.cataxt {
  font-size: 12px;
}

/*---　商品一覧　---*/

.sprice_list {
  padding: 20px 0 30px 0;
}

.sprice_list table {
  border-collapse: collapse;
}

.sprice_list th,
.sprice_list td {
  border: 1px solid #8cc63f;
}

.sprice_list th {
  background-color: #deeec6;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}

.sprice_list td {
  padding: 10px 15px;
  text-align: left;
}

/*---　お問い合わせ　---*/

.svfaq-button {
  text-align: center;
  margin-bottom: 30px;
}

.svfaq-button a:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

/*----------------------------------------------------------------------------------------
会社概要
----------------------------------------------------------------------------------------*/

table.companytable {
  width: 100%;
  line-height: 1.6;
  margin-top: 20px;
  border-top: 1px solid #8cc63f;
  border-left: 1px solid #8cc63f;
}

table.companytable th {
  white-space: nowrap;
  background-color: #deeec6;
  width: 30%;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 12px 8px;
  border-right: 1px solid #8cc63f;
  border-bottom: 1px solid #8cc63f;
}

table.companytable td {
  width: 70%;
  padding: 12px 8px;
  border-right: 1px solid #8cc63f;
  border-bottom: 1px solid #8cc63f;
}

/*----------------------------------------------------------------------------------------
特定商取引法に基づく表記
----------------------------------------------------------------------------------------*/

table.lawtable {
  width: 100%;
  line-height: 1.6;
  margin-top: 20px;
  border-top: 1px solid #8cc63f;
  border-left: 1px solid #8cc63f;
}

table.lawtable th {
  white-space: nowrap;
  background-color: #deeec6;
  width: 30%;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 12px 8px;
  border-right: 1px solid #8cc63f;
  border-bottom: 1px solid #8cc63f;
}

table.lawtable td {
  width: 70%;
  padding: 12px 8px;
  border-right: 1px solid #8cc63f;
  border-bottom: 1px solid #8cc63f;
}

table.lawtable a {
  color: #00862e;
  text-decoration: underline;
}

table.lawtable a:hover {
  text-decoration: none;
}

ul.paylist {
  padding: 10px 0 35px 0;
}

ul.paylist li {
  float: left;
  margin-right: 20px;
  font-size: 12px;
}

ul.paylist img {
  display: block;
}

.pl2 li {
  width: 100px;
  margin-right: 5px !important;
}

/*----------------------------------------------------------------------------------------
カメラマン募集について
----------------------------------------------------------------------------------------*/

.recruit-contents p {
  margin-bottom: 14px;
}

.recruit-contents h4 {
  margin-top: 40px;
  margin-bottom: 12px;
  padding-left: 32px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #00862e;
  border-bottom: 1px solid #00862e;
  background: url(../image/recruit/titleicon.jpg) left 2px no-repeat;
}

.recruit-contents a {
  color: #00862e;
  text-decoration: underline;
}

.recruit-contents a:hover {
  text-decoration: none;
}

ul.reclist li {
  margin-bottom: 14px;
  padding-left: 18px;
  background: url(../image/recruit/lir-icon.jpg) left 3px no-repeat;
}

table.jokentable th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 0 20px 14px 18px;
  background: url(../image/recruit/lir-icon.jpg) left 3px no-repeat;
}

table.jokentable td {
  text-align: left;
  vertical-align: top;
  padding: 0 10px 14px 0;
}

.rtext-ml18 {
  margin-left: 18px;
}

.cob-text {
  margin-bottom: 0 !important;
  font-weight: bold;
}

/*----------------------------------------------------------------------------------------
大会やイベント主催者さまへ
----------------------------------------------------------------------------------------*/

.sponsor-contents p {
  margin-bottom: 14px;
}

.sponsor-contents h4 {
  margin-bottom: 12px;
}

.sponsor-contents h5 {
  font-size: 17px;
  padding-left: 10px;
  line-height: 1.8;
  color: #00862e;
  border-left: 10px solid #00862e;
  border-bottom: 1px solid #999;
  margin-top: 45px;
  margin-bottom: 30px;
}

/*----------------------------------------------------------------------------------------
利用規約
----------------------------------------------------------------------------------------*/

.rules-contents h4 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 16px;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  background: url(../image/rules/rules-back.jpg) left top no-repeat;
}

.rules-contents ol li {
  list-style: decimal outside;
  margin-left: 2em;
  margin-bottom: 12px;
}

.rules-contents ol.alpha li {
  margin-top: 10px;
  list-style-type: lower-alpha !important;
}

.rules-contents a {
  color: #00862e;
  text-decoration: underline;
}

.rules-contents a:hover {
  text-decoration: none;
}

/*----------------------------------------------------------------------------------------
ご利用方法
----------------------------------------------------------------------------------------*/

.suide-desc {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #666666;
}

.suide-desc-l {
  float: left;
}

.suide-desc-r {
  float: right;
  width: 620px;
}

.suide-desc-r h5 {
  margin-bottom: 10px;
}

/*----------------------------------------------------------------------------------------
よくある質問
----------------------------------------------------------------------------------------*/

h4.faq-title {
  margin-bottom: 16px;
  padding-left: 16px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  background: url(../image/faq/faq-titleback.jpg) left top no-repeat;
}

.faq_qutext {
  margin-bottom: 12px;
  line-height: 1.7;
}

.faq_qutext p {
  padding-left: 30px;
  background: url(../image/faq/faq-qicon.jpg) left top no-repeat;
}

.faq_anstext {
  margin-bottom: 25px;
  line-height: 1.7;
}

.faq_anstext p {
  padding-left: 30px;
  padding-bottom: 20px;
  color: #579e16;
  background: url(../image/faq/faq-aicon.jpg) left top no-repeat;
  border-bottom: 1px dashed #65b91a;
}

/*----------------------------------------------------------------------------------------
認証コードとは？
----------------------------------------------------------------------------------------*/

.code-contents h4 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 16px;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  background: url(../image/rules/rules-back.jpg) left top no-repeat;
}

.code-contents p {
  margin-bottom: 20px;
}

.code-image {
  text-align: left;
  margin-bottom: 20px;
  padding-left: 30px;
}

.code-contents a {
  color: #00862e;
  text-decoration: underline;
}

.code-contents a:hover {
  text-decoration: none;
}

ul.code-ctext {
  margin-left: 18px;
  margin-top: -15px;
}

ul.code-ctext li {
  list-style: decimal !important;
  margin-bottom: 5px;
}

#nav-drawer {
  /* スマホナビはPC版は非表示 */
  display: none;
}

/*->->->->->->->->->->->->->->->->
	スマホ用画像の表示・非表示
->->->->->->->->->->->->->->->->-> */
.for-sp-img {
  /* 非表示 */
  display: none;
}

.for-pc-img {
  /* 表示 */
  display: inline;
}

.for-pc-img-flex {
  /* Flexで表示 */
  display: flex;
}

/*->->->->->->->->->->->->->->->->
	見出しスタイル変更
->->->->->->->->->->->->->->->->-> */
.smd_g2 {
  /* 緑背景 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#85bd38), to(#a2d063));
  background-image: -webkit-linear-gradient(top, #85bd38, #a2d063);
  background-image: -moz-linear-gradient(top, #85bd38, #a2d063);
  background-image: -ms-linear-gradient(top, #85bd38, #a2d063);
  background-image: -o-linear-gradient(top, #85bd38, #a2d063);
  background-image: linear-gradient(top, #85bd38, #a2d063);
  background-color: #8cc63f;
  padding: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.smd_g2 h2 {
  font-size: 18px;
  border-left: 7px solid #fff;
  padding-left: 10px;
  color: #fff;
  line-height: 20px;
}

.smd_r2 {
  /* 赤背景 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ca1e1e), to(#ca1e1e));
  background-image: -webkit-linear-gradient(top, #ca1e1e, #ca1e1e);
  background-image: -moz-linear-gradient(top, #ca1e1e, #ca1e1e);
  background-image: -ms-linear-gradient(top, #ca1e1e, #ca1e1e);
  background-image: -o-linear-gradient(top, #ca1e1e, #ca1e1e);
  background-image: linear-gradient(top, #ca1e1e, #ca1e1e);
  background-color: #ca1e1e;
  padding: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.smd_r2 h4 {
  font-size: 18px;
  border-left: 7px solid #fff;
  padding-left: 10px;
  color: #fff;
  line-height: 20px;
}

.partner h4 {
  margin-bottom: 0 !important;
}

.swipe-caution {
  display: none;
}

/*->->->->->->->->->->->->->->->->
	写真一覧 => cart_list.php
->->->->->->->->->->->->->->->->-> */
#photo_list .gl_img_yoko {
  width: 180px !important;
  height: 120px !important;
}

#photo_list .gl_img_yoko > a > img {
  width: 180px !important;
}

#photo_list .gl_img_yoko > a > cite {
  width: 180px !important;
  height: 120px !important;
}

#photo_list .gl_img_tate {
  width: 120px !important;
  height: 180px !important;
}

#photo_list .gl_img_tate > a > img {
  height: 180px !important;
}

#photo_list .gl_img_tate > a > cite {
  width: 120px !important;
  height: 180px !important;
}

#photo_glist .gl_img_yoko {
  width: 180px !important;
  height: 120px !important;
}

#photo_glist .gl_img_yoko > a > img {
  width: 180px !important;
}

#photo_glist .gl_img_yoko > a > cite {
  width: 180px !important;
  height: 120px !important;
}

#photo_glist .gl_img_tate {
  width: 120px !important;
  height: 180px !important;
}

#photo_glist .gl_img_tate > a > img {
  height: 180px !important;
}

#photo_glist .gl_img_tate > a > cite {
  width: 120px !important;
  height: 180px !important;
}

.disp-pc-none {
  display: none;
}

/*=====================================================
	スマホ用インターフェース

	作成：2020年7月21日
=======================================================*/
@media screen and (max-width: 768px) {
  /* 最大画面サイズ: 767px => スマホサイズ */

  /*=====================================================
	共通部
=======================================================*/

  /*->->->->->->->->->->->->->->->->
	スマホ用画像の表示・非表示
->->->->->->->->->->->->->->->->-> */
  .for-pc-img {
    /* 非表示 */
    display: none;
  }

  .for-pc-img-flex {
    /* 非表示 */
    display: none;
  }

  .for-sp-img {
    /* 表示 */
    display: inline;
  }

  .sp-img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .smd_g2 {
    padding: 8px 12px;
  }

  .smd_g2 h2 {
    font-size: 16px;
  }

  .smd_r {
    padding: 8px 12px;
  }

  .smd_r h4 {
    font-size: 12px;
  }

  /* iOS用ボタンスタイルリセット */
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }

  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }

  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }

  /*->->->->->->->->->->->->->->->->
	メニュー
->->->->->->->->->->->->->->->->-> */
  #header {
    width: calc(100% - (1% * 2));
    margin: 0 auto;
    background: #fff !important;
  }

  #header-area {
    width: 100% !important;
    padding-top: 0;
  }

  #header-left-new {
    float: none;
    padding-top: 0.5vh;
  }

  #header-sp {
    width: 100%;
    display: block;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
  }

  #top a {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  #top a img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  #header-right-new {
    float: none;
    width: 100%;
    height: auto;
    margin: 15px 0;
  }

  .header_bnrFlex {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .header_bnrFlex a {
    width: 45%;
    max-width: 281px;
  }

  .header_bnrFlex a img {
    width: 100%;
  }

  .clr0 {
    display: none;
  }

  #headnav-area {
    display: none;
    margin-bottom: 20px;
  }

  .line0 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #headnav-area li {
    float: none;
    flex: 0 0 49%;
    max-width: 200px;
    margin: 2vh 0;
  }

  .line0 li a img {
    width: 100%;
    height: auto;
  }

  /*->->->->->->->->->->->->->->->->
	コンテンツページ　右側（更新情報、お知らせ）
->->->->->->->->->->->->->->->->-> */
  .eventright {
    display: none;
  }

  .inforight {
    display: none;
  }

  /*=====================================================
	個別ページ
=======================================================*/

  /*->->->->->->->->->->->->->->->->
	トップページ => index.php
->->->->->->->->->->->->->->->->-> */
  #contentbody {
    width: calc(100% - (1vw * 2));
    margin: 0 auto;
  }

  .topcontent {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .topcontent_l {
    float: none;
    width: 90%;
    height: 60vh;
    min-height: 440px;
    margin: 0 auto 30px auto;
    background: none;
    border: 8px solid #579e16;

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ntitle {
    left: auto;
  }

  .ntitle {
    margin-bottom: 15px;
    top: -20px;
  }

  .ncode {
    left: auto;
    width: 95%;
    top: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ncode > form {
    text-align: center;
    line-height: 180%;
  }

  .ncode > form > input[type="text"] {
    margin: 10px 0 20px;
    font-size: 5vw;
    border: 1px solid #666;
  }

  .ncode > form > input[type="image"] {
    width: 100%;
  }

  .ncode input.nkey {
    width: 15vw;
  }

  .ncode img {
    width: 100%;
    height: auto;
  }

  .event3d-img {
    left: auto;
    bottom: 0px;
  }

  .event3d-img img {
    width: 100%;
  }

  .code-mb-5 {
    margin-bottom: 10px;
  }

  .topcontent_r {
    /* 非表示 */
    display: none;
  }

  /* .new-serviceBnr {
		float: none;
		width: 80%;
		margin: 0 auto;
	} */

  .new-serviceBnr img {
    width: 100%;
  }

  .uminekoBnr02 {
    display: none;
    width: 100%;
  }

  .uminekoBnr02 a img {
    width: 100%;
    height: auto;
  }

  #maincontent {
    width: 100%;
    float: none;
  }

  #maincontent h3 img {
    width: 100%;
  }

  .tc-text img {
    width: auto;
    height: 42px;
  }

  #rightcontent {
    float: none;
    width: 100%;
    margin-top: 15px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }

  .likeboxarea {
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .fb-page {
    width: 100%;
  }

  .right-price {
    width: 250px;
    margin: 0 auto;
  }

  .right-price li > img {
    width: 100%;
  }

  .right-banner {
    display: none;
    width: 250px;
    margin: 0 auto;
  }

  .right-banner .line0 li:nth-child(n + 4) {
    display: none;
  }

  .right-contactbox {
    width: 250px;
    margin: 0 auto 15px;
  }

  .g-photo {
    width: 250px;
    margin: 0 auto 15px;
  }

  .map {
    width: 95%;
    margin: 0 auto 15px;
  }

  .map iframe {
    width: 100%;
  }

  .eventbox h3 img {
    margin-top: 10px;
    width: 169px !important;
    height: auto;
  }

  .eventbox li:first-child {
    margin-top: 10px;
  }

  .infobox h3 img {
    margin-top: 10px;
    width: 169px !important;
    height: auto;
  }

  .infobox li:first-child {
    margin-top: 10px;
  }

  #sp_banner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  #sp_banner > a {
    width: 45%;
  }

  #sp_banner > a > img {
    width: 100%;
  }

  /*->->->->->->->->->->->->->->->->
	特定商取引 => law.php
->->->->->->->->->->->->->->->->-> */
  table.lawtable {
    width: 95%;
  }

  .lawtable tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;
  }

  .lawtable tr th {
    flex: 1 0 100%;
  }

  .lawtable tr td {
    flex: 1 0 100%;
  }

  /*->->->->->->->->->->->->->->->->
	利用規約 => rules.php
->->->->->->->->->->->->->->->->-> */

  /*->->->->->->->->->->->->->->->->
	会社概要 => company.php
->->->->->->->->->->->->->->->->-> */
  table.companytable {
    width: 95%;
  }

  .companytable tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;
  }

  .companytable tr th {
    flex: 1 0 100%;
  }

  .companytable tr td {
    flex: 1 0 100%;
  }

  /*->->->->->->->->->->->->->->->->
	写真販売サービスとは => service.php
->->->->->->->->->->->->->->->->-> */
  .service-sp li {
    margin-bottom: 0;
  }

  #service-sp-sp-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  #service-sp-sp-list li {
    width: 30%;
  }

  #service-sp-sp-list li img {
    width: 100%;
  }

  .sprice_list table tbody tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;
  }

  .sprice_list table tbody tr th {
    flex: 1 0 20%;
  }

  .sprice_list table tbody tr td {
    flex: 1 0 80%;
  }

  .svfaq-button a img {
    width: 80%;
    height: auto;
  }

  /*->->->->->->->->->->->->->->->->
	ご利用方法 => guide.php
->->->->->->->->->->->->->->->->-> */
  .suide-desc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .suide-desc-l {
    float: none;
    flex: 0 0 15%;
  }

  .suide-desc-r {
    float: none;
    flex: 1 0 85%;
  }

  .suide-desc-r h5 img {
    width: auto;
    max-width: 300px;
  }

  /*->->->->->->->->->->->->->->->->
	よくある質問 => faq.php
->->->->->->->->->->->->->->->->-> */
  .faq_qutext p {
    background: url(../image/sp/faq/faq-qicon_sp.png) left top no-repeat;
    background-size: 7% auto;
  }

  .faq_anstext p {
    background: url(../image/sp/faq/faq-aicon_sp.png) left top no-repeat;
    background-size: 7% auto;
  }

  /*->->->->->->->->->->->->->->->->
	エリアパートナー => partner.php
		-> style-partner.cssへ記載してます。
->->->->->->->->->->->->->->->->-> */

  /*->->->->->->->->->->->->->->->->
	システム利用者様 => system_user.php
		-> style-user.cssへ記載してます。
->->->->->->->->->->->->->->->->-> */

  /*->->->->->->->->->->->->->->->->
	カメラマン募集 => recruit.php
->->->->->->->->->->->->->->->->-> */
  .jokentable tbody tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;
  }

  .jokentable tbody tr th {
    width: 100%;
    padding-bottom: 0;
  }

  .jokentable tbody tr td {
    padding-left: 1.5em;
    line-height: 180%;
  }

  /*->->->->->->->->->->->->->->->->
	お問い合わせ => /contact/index.php
		-> /contact/contact.cssへ記載してます。
->->->->->->->->->->->->->->->->-> */

  /*->->->->->->->->->->->->->->->->
	イベント主催者さまへ => event-sponsor.php
->->->->->->->->->->->->->->->->-> */
  .sponsor-contents > img {
    width: auto;
  }

  .sponsor-contents > h4 > img {
    width: auto;
    height: 30px;
  }

  .swipe-box {
    overflow: scroll;
  }

  .swipe-caution {
    display: block;
    font-weight: bold;
  }

  .sponsor-contents h5 {
    margin-bottom: 15px;
  }

  /*->->->->->->->->->->->->->->->->
	認証コードとは => code.php
->->->->->->->->->->->->->->->->-> */
  .code-contents > img {
    width: 100%;
  }

  .code-image > img {
    width: 100%;
    height: auto;
  }

  /*->->->->->->->->->->->->->->->->
	写真一覧 => cart_list.php
->->->->->->->->->->->->->->->->-> */
  body > .pohoto_content_b {
    width: 95% !important;

    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #lside {
    width: 100%;
    float: none !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /*
#lside form {
	order: 1;
	position: sticky;
	bottom: 0;
	width: 100%;
	z-index: 100;
	background-color: #666;
}
#lside > form > input[type="image"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
*/

  #lside #pt_cate {
    order: 2;
  }

  #lside #pt_cate li {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .ev_cate_inner > a {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  #pt_cate .ev_cate_inner {
    width: 180px;
  }

  #lside > a {
    order: 3;
  }

  #main_b {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }

  #photo_glist > table > tbody > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  #photo_glist > table > tbody > tr > td {
    width: 100%;
    margin: 0 0 10px 0;
  }

  #photo_list > table {
    width: 100%;
  }

  #photo_list > table > tbody > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  #photo_list > table > tbody > tr > td {
    width: 100%;
    margin: 0 0 10px 0;
  }

  #kaipage {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .search_container input[type="submit"] {
    cursor: pointer;
    font-family: FontAwesome;
    border: none;
    background: rgb(236, 169, 23);
    color: #fff;
    position: absolute;
    width: 3.5em;
    height: 3em;
    right: 0px;
    top: -3px;
    outline: none;
  }

  #check-cart-sp {
    width: 100vw;
    position: sticky;
    bottom: 0;
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #89bf45;
    margin-top: 20px;
    margin-bottom: -35px;
    margin-left: -2.5%;
  }

  #check-cart-sp > input[type="image"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
  }

  #photo_list .gl_img_yoko {
    width: 324px !important;
    height: 216px !important;
  }

  #photo_list .gl_img_yoko > a > img {
    width: 324px !important;
  }

  #photo_list .gl_img_yoko > a > cite {
    width: 324px !important;
    height: 216px !important;
  }

  #photo_list .gl_img_tate {
    width: 216px !important;
    height: 324px !important;
  }

  #photo_list .gl_img_tate > a > img {
    height: 324px !important;
  }

  #photo_list .gl_img_tate > a > cite {
    width: 216px !important;
    height: 324px !important;
  }

  #photo_glist .gl_img_yoko {
    width: 324px !important;
    height: 216px !important;
  }

  #photo_glist .gl_img_yoko > a > img {
    width: 324px !important;
  }

  #photo_glist .gl_img_yoko > a > cite {
    width: 324px !important;
    height: 216px !important;
  }

  #photo_glist .gl_img_tate {
    width: 216px !important;
    height: 324px !important;
  }

  #photo_glist .gl_img_tate > a > img {
    height: 324px !important;
  }

  #photo_glist .gl_img_tate > a > cite {
    width: 216px !important;
    height: 324px !important;
  }

  #cboxOverlay {
    opacity: 1 !important;
  }

  /*->->->->->->->->->->->->->->->->
	カートを確認・購入 => cart_naka.php
->->->->->->->->->->->->->->->->-> */
  body > .pohoto_content {
    width: 95% !important;

    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #main {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }

  .smtarea > form > table > tbody > tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .smtarea > form > table > tbody > tr > td {
    margin: 0 auto 15px;
  }

  .smtarea_b > form > table > tbody > tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .smtarea_b > form > table > tbody > tr > td {
    margin: 0 auto 15px;
  }

  #cart_box > tbody > tr {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;

    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  #cart_box td {
    width: 100%;
  }

  #cart_box td:nth-last-child(1) {
    padding-left: 0;
  }

  .cart_list {
    /*	font-size: 11px;*/
  }

  .cart_list > tbody > tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;

    height: 63px;
  }

  .cart_list > tbody > tr > th {
    font-size: 11px;
    border-bottom: none;
    height: 20px;
    width: 55%;
    padding-top: 5px;
  }

  .cart_list > tbody > tr > th:nth-child(1) {
    order: 1;
  }

  .cart_list > tbody > tr > th:nth-child(2) {
    order: 2;
    border-top: none;
    border-bottom: 1px solid #85bd38;
  }

  .cart_list > tbody > tr > td {
    order: 3;
    width: 40% !important;
    height: 50px;
  }

  .cart_list > tbody > tr > td > form {
    margin-top: 15px !important;
  }

  #cart_kei {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  #cart_kei > table {
    margin: 0;
    padding: 0;
  }

  #cart_kei > table:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  #cart_kei div {
    float: none;
  }

  /*->->->->->->->->->->->->->->->->
	ご注文内容・金額 => cart_st1.php
->->->->->->->->->->->->->->->->-> */
  .smd_g > h2 {
    width: 100%;
  }

  .cartst1_2 > div > table {
    width: 100%;
  }

  .cartst1_2 > div > table > tbody > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .cartst1_2 > div > table > tbody > tr > th {
    width: 100%;
  }

  .cartst1_2 > div > table > tbody > tr > td {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cartst1_2 > div > table > tbody > tr > td > input[type="text"] {
    width: 100%;
    font-size: 140%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  .cartst1_2 > div > table > tbody > tr > td > textarea {
    width: 100%;
    height: 15vh;
    margin-bottom: 10px;
    font-size: 140%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cartstbox_or2 > p {
    text-align: left;
  }

  .cartst_smt_r2 {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .cartst_smt_l2 {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .cartst1_2 > table > tbody > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .cartst1_2 > table > tbody > tr > th {
    width: 100%;
  }

  .cartst1_2 > table > tbody > tr > td {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /*->->->->->->->->->->->->->->->->
	現在公開中のイベント => glog_event.php
->->->->->->->->->->->->->->->->-> */
  #maincontent h3 {
    margin-bottom: 0;
  }

  .gl-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gl-list dt {
    float: none;
  }

  .gl-list dd {
    float: none;
    width: 100%;
    padding: 0 0 10px 0 !important;
    border-bottom: 3px dotted #00862e;
  }

  .kai_page {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  /*->->->->->->->->->->->->->->->->
	価格表 => cart_listprice.php
->->->->->->->->->->->->->->->->-> */
  .price_list > table > tbody > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .price_list > table > tbody > tr > th {
    width: 100%;
  }

  .price_list > table > tbody > tr > td {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /*->->->->->->->->->->->->->->->->
	フッタ
->->->->->->->->->->->->->->->->-> */
  #footer {
    margin-bottom: 70px;
  }

  .footer-bottom {
    height: auto !important;
  }

  .footmanu {
    width: 100% !important;

    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footcopy {
    float: none !important;
    margin: 0 auto 15px !important;
  }

  .footnav {
    float: none !important;
    font-size: 11px !important;
    margin: 0 auto !important;
  }

  /*->->->->->->->->->->->->->->->->
	セッションエラー => key_proc.php
->->->->->->->->->->->->->->->->-> */
  #ses_err {
    flex-direction: column;
  }

  #ses_err_h2 {
    width: 95%;
  }

  /*=====================================================
	スマホ用ナビゲーションメニュー

	作成：2020年7月21日
=======================================================*/
  #nav-drawer {
    display: block;
    position: absolute;
    top: 15px;
    right: 1vw;
    background-color: #579e16;
    padding: 10px;
    border-radius: 10%;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 25px;
    height: 20px;
    vertical-align: middle;
  }

  /*ハンバーガーの形をCSSで表現*/
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 3px;
    background: #fff;
    display: block;
    content: "";
    cursor: pointer;
  }

  #nav-open span:before {
    bottom: -8px;
  }

  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒箇所*/
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }

  /*メニューの中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width:
			/*65%*/ 205px;
    max-width: 330px;
    /*最大幅（お好みで調整を）*/
    height: 100%;
    background: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  /*チェックがついたら表示させる*/
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }

  .header-logo-menu {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }

  #sp-bnr-menu {
    width: 195px;
    margin-left: auto;
    margin-right: auto;
  }

  #sp-bnr-menu li {
    margin-bottom: 5px;
  }

  #sp-bnr-menu li.bnr-cut {
    height: 80px;
    /*	overflow: hidden; */
  }

  .sp-nav {
    width: 195px;
  }

  .sp-nav > li {
    margin: 15px 0 0 0.5em;
  }

  .sp-nav > li:last-child {
    margin-bottom: 20px;
  }

  .nav-line-btm-dot-green {
    border-bottom: 2px dotted #00862e;
  }

  .sp-nav > li > a {
    display: inline-block;
    width: 100%;
    padding-left: 5px;
  }

  .disp-sp-none {
    display: none;
  }

  .disp-pc-none {
    display: block;
  }

  .blk-center {
    text-align: center;
  }
}

/* 20220908 固定フッター(スマホのみ) */
#fixContact {
  display: none;
}

@media screen and (max-width: 768px) {
  #fixContact {
    /* display: block; */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;

    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer_fixed {
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 0%;
  }

  .fixContact_contentsFlex {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
  }

  .fixContact_textBox {
    width: 30%;
    margin-right: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .fixContact_textBox:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #0664a7;
  }

  .fixContact_textBox p {
    color: #0664a7;
    font-weight: 700;
    line-height: 1.3;
    font-size: 4vw;
    font-family: "Noto Sans JP";
  }

  .fixContact_linkFlex {
    width: calc(100% - (30% + 20px));
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .fixContact_linkBox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }

  .fixContact_linkBox:last-of-type {
    margin-right: 0;
  }

  .fixContact_telLink {
    background-color: #0664a7;
  }

  .fixContact_mailLink {
    background-color: #9ad2fc;
  }

  .fixContact_lineLink {
    background-color: #00b900;
  }

  .fixContact_linkBox a {
    padding: 5px;
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .fixContact_linkBox a img {
    width: 100%;
    vertical-align: bottom;
    -webkit-touch-callout: none;
  }
}
