@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Serif+JP:wght@300..700&display=swap");

/*--------------------------------------------------------------
レスポンシブ01　ブラック 1カラム
---------------------------------------------------------------*/
body {
  font-size:18px;
  color: #fff;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background: #1b1b1b;
}
@media only screen and (max-width: 1200px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 15px; }
}
@media only screen and (max-width: 450px) {
  body { font-size: 14px; }
}

/*--------------------------------------------------------------
変数
---------------------------------------------------------------*/
:root {
  --color-gold: #a87d52;
  --color-orange: #ffa103;
  --color-sumi: #1b1b1b;
  --color-red: #ce1919;
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  font-weight: 400;
  color: #ce1919;
}
a:hover {
  font-weight: 400;
  color: var(--color-orange);
}
a.tel-link {
  font-size: 1.05em;
  font-weight: 900;
  text-decoration: none;
}
a.tel-link::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("/materials/177615840305901.png") no-repeat;
  background-size: cover;
  margin-right: 8px;
  vertical-align: -0.2em;
}
.recaptcha_policy a {
    color: #ce1919!important;
}
/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}
/*--------------------------------------------------------------
段落
---------------------------------------------------------------*/
.article, .gallery {
  margin: 40px 0;
}
.article p {
  line-height: 2;
  margin-bottom: 1.5em;
}
/*パンくずリスト*/
#pankuz p {
  padding: 0 2%;
}
/*envelope*/
.envelope {
  border: 1px solid #a50c0c;
}
/*汎用リスト文字サイズ縮小*/
ul.notes, ul.ps, ol.pp {
  font-size: 0.85em;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title {
  position: relative;
}
#title_body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 1200px;
  height: 104px;
}
#title_outer h1 {
  width: 200px;
  height: 60px;
  margin: 0;
  padding: 0;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/177692342503301.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  background: url("/materials/177603835321501.png") right center no-repeat;
  background-size: 260px;
}
#title .description {
  position: absolute;
  left: -9999px;
  top: 0;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu {
  background: #222;
}
#topMenu .topMenu li a {
  font-size: 1.0em;
  font-weight: 500;
  color: #eee;
  letter-spacing: 0.05em;
}
#topMenu .topMenu li a:hover {
  color: #fff;
  background: #333;
}

/*--------------------------------------------------------------
Topics
---------------------------------------------------------------*/
#mainTopics .topics li .more a, .mainTopics .topics li .more a {
  font-size: 0.9em;
  font-weight: 400;
  color: #bfa37e;
  background: url("/materials/177615739317701.png") no-repeat center right 8px;
  background-size: 21px;
}
#mainTopics .topics li .more a:hover, .mainTopics .topics li .more a:hover {
  color: var(--color-orange);
}
.mainTopics .topics li .more a:hover {
  border: 1px solid var(--color-orange);
}
.mainTopics .topics li {
  border-bottom: 1px dashed #555;
  padding-bottom: 20px;
}
#mainTopics .topics li .more {
  bottom: 24px;
}
.mainTopics .topics li .more a {
  border: 1px solid #bfa37e;
  border-radius: 0;
  padding: 5px 32px 8px 16px;
}
#mainTopics .listview a {
  color: #bfa37e;
  font-weight: 400;
  background: url("/materials/177615739317701.png") no-repeat center right 8px;
  background-size: 24px;
  padding-right: 32px;
}
#mainTopics .listview a:hover {
  color: var(--color-orange);
}
.mainTopics .topics, #mainTopics .listview {
  border: none;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
.footer ul.topMenu {
  margin-bottom: 30px;
}
.footer li a::before {
  content: "■";
  font-size: 0.7em;
  color: #bfa37e;
  margin-right: 0.2em;
  vertical-align: 0.15em;
}
.footer .copyright {
  font-size: 0.85em;
}

/*--------------------------------------------------------------
sideContents
---------------------------------------------------------------*/
#sideContents {
  background: var(--color-sumi);
}
.sideServices h2 {
  background: url("/materials/177608909445301.png") no-repeat left center / 32px;
}
.sideMobile h2 {
  background: url("/materials/177608807992201.png") no-repeat left center / 32px;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
#mainArticles h2 {
  position: relative;
  text-align: center;
  padding: 0.7em 1.0em 0.9em;
  display: inline-block;
  width: auto;
  min-width: unset;
  line-height: 1.25;
}
#mainArticles h2::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(#999, #999) top center / 1px 15px no-repeat,
    linear-gradient(#999, #999) bottom center / 1px 15px no-repeat,
    linear-gradient(#999, #999) left center / 20px 1px no-repeat,
    linear-gradient(#999, #999) right center / 20px 1px no-repeat;
}
.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2 {
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#mainArticles div[id^="blog"] h2 {
  display: block;
}
#mainArticles div[id^="blog"] h2::before {
  display: none;
}
.mainContents .article h3:after, .mainContents div.gallery h3:after, #mainServices h2:after, #mainTopics h2:after, #mainArticles div[id^="blog"] h2:after {
  width: 6%;
  height: 1px;
  background-color: var(--color-orange);
  left: 47%;
  bottom: -0.7em;
}
.article h4, #mainBlogComments h2, #mainBlogCommentForm h2 {
  font-size: 1.35em;
  font-weight: 500;
  border-bottom: 1px solid #555;
}
.article h4:after, #mainBlogComments h2:after, #mainBlogCommentForm h2:after {
  height: 1px;
  bottom: -2px;
  background-color: var(--color-red);
}
.article h5 {
  font-size: 1.15em;
  font-weight: 500;
}
.article h5:before {
  border-left: 4px solid var(--color-red);
}
.article h3 a {
  color: #fff;
}
.article h3 a:hover {
  color: var(--color-red);
}

/*--------------------------------------------------------------
normalTbl
---------------------------------------------------------------*/
.article table.normalTbl {
  border: none;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  margin: 30px 0;
}
.article table.normalTbl td, .article table.normalTbl th {
  border: none;
  border-bottom: 1px solid #555;
}
.article table.normalTbl td {
  padding-left: 30px;
}
.article table.normalTbl th {
  width: auto;
  min-width: 25%;
  color: #bfa37e;
  font-weight: 400;
  background: transparent;
  white-space: normal;
  position: relative;
}
.article table.normalTbl th::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: #555;
  position: absolute;
  top: 15%;
  right: 0;
}
.article table.normalTbl tr:last-child td, .article table.normalTbl tr:last-child th {
  border-bottom: none;
}
.article table.normalTbl.priceTbl th, .article table.normalTbl.priceTbl td {
  width: 50%;
}

/*-------------------------------------------
サイト案内
-------------------------------------------*/
.max.gallery.guideBtn {
  margin-bottom: 40px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid {
  margin-bottom:15px;
}
.gallery.guideBtn .gallery_grid3 li.galleryGrid:not(:last-child) {
  border-right: 1px solid #fff;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 5px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image a {
  display: block;
  padding-bottom: 0;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image a img {
  opacity: 0.8;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image a:hover,
.gallery.guideBtn .gallery_grid li.galleryGrid .image a:hover img,
.gallery.guideBtn .gallery_grid li.galleryGrid .image a img:hover {
  opacity: 1.0!important;
}
.gallery.guideBtn ul.galleryGrids .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.25;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px;
  pointer-events: none;
}
.gallery.guideBtn ul.galleryGrids .comment::after {
  display: inline-flex;
  width: 1.6em;
  height: 0.9em;
  content: "";
  background: url("/materials/177612755289501.png") no-repeat top center;
  background-size: contain;
  margin-left: 6px;
}

/*--------------------------------------------------------------
フォトスタジオクリップについて
---------------------------------------------------------------*/
.article.about_clip {
  background: url("/materials/177607078667301.jpg") center no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------
選ばれる3つの理由
---------------------------------------------------------------*/
.article.reason h4 {
  position: relative;
  margin-left: 90px;
}
.article.reason h4 .num-reason {
  color: var(--color-gold);
  font-size: 120px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1.0;
  position: absolute;
  top: -25px;
  left: -70px;
}
.article.reason p {
  margin-left: 90px;
}

/*--------------------------------------------------------------
選ばれる理由　背景斜め
---------------------------------------------------------------*/
.article.reason.rotate {
  padding: 0;
}
.article.reason.rotate .article_outer {
  padding-top: 70px;
  padding-bottom: 140px;
  background: #000;
  background-size: cover;
  transform: skewY(-2.5deg);
}
.article.reason.rotate .article_body {
  transform: skewY(2.5deg);
}
.article.reason .image {
  width: 520px;
}

/*--------------------------------------------------------------
撮影までの流れ
---------------------------------------------------------------*/
.article.flow {
  padding: 0;
}
.article.flow .article_outer {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url("/materials/177608688020201.jpg") center no-repeat;
  background-size: cover;
  transform: skewY(-2.5deg);
}
.article.flow .article_body {
  background: rgba(0, 0, 0, 0.7);
  padding: 24px 42px 28px 42px;
  transform: skewY(2.5deg);
}
.article.flow .article_outer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
}
ol.list-flow {
  font-size:1.15em;
  counter-reset: list-number;
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.list-flow li {
  position: relative;
  counter-increment: list-number;
  margin: 0 0 20px;
  padding-left: 2.5em;
}
/*番号*/
ol.list-flow li::before {
  content: counter(list-number) ".";
  position: absolute;
  top: -20px;
  left: 0;
  color: var(--color-orange);
  font-size: 3.0em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1.0;
  pointer-events: none;
}

/*--------------------------------------------------------------
プロフィール
---------------------------------------------------------------*/
.article.profile .image {
  max-width: 400px;
}
.article.profile .image img {
  width: 100%;
  max-width: 100%;
}

/*--------------------------------------------------------------
リスト　シンプルドット
---------------------------------------------------------------*/
ul.simple-dot {
  margin-left: 0;
}
ul.simple-dot li {
  position: relative;
  padding-left: 1.0em;
  margin-bottom: 0.3em;
}
ul.simple-dot li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 1.0em;
  text-align: center;
  font-size: 0.6em;
  line-height: 1.0;
}

/*--------------------------------------------------------------
GoogleMap
---------------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  margin-bottom: 30px;
  overflow: hidden;
  /*padding-bottom: 75%; /*4:3*/
  padding-bottom: 56.25%; /*16:9*/
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.contact-block {
  text-align: center;
  background: url("/materials/177623288229801.jpg") no-repeat center bottom / cover;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.article.contact-block h3 {
  color: #fff;
  margin-bottom: 1.5em;
}
.article.contact-block .article_body {
  width: 60%;
  min-width: 900px;
  margin: 0 auto;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
}
.article.contact-block p {
  font-size: 1.0em;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.5em;
}
.article.contact-block p a.tel-link {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.0em;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.0;
}
.article.contact-block p a.tel-link::before {
  width: 0.5em;
  height: 0.5em;
  margin-right: 15px;
  vertical-align: -0.1em;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 0.85em;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  background: var(--color-gold);
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px 12px 16px 12px;
  text-decoration: none;
  width: 70%;
  margin: 30px auto 20px;
}
a.btn-mailform::before {
  content:"";
  line-height:1.0;
  margin-right:10px;
  display:inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("/materials/177621913312201.png") no-repeat;
  background-size: contain;
  transform: translateY(0.35em);
}
a.btn-mailform::after {
  display: inline-flex;
  width: 1.6em;
  height: 0.9em;
  content: "";
  background: url("/materials/177612755289501.png") no-repeat top center;
  background-size: contain;
  margin-left: 6px;
}
a.btn-mailform:hover {
  color: #fff;
  background: var(--color-orange);
}

/*--------------------------------------------------------------
お問い合わせフォーム
---------------------------------------------------------------*/
table.contactTable th {
  font-weight: 400;
}
table.contactTable input[type="button"] {
    background-color: #111;
    border: solid 1px #fff;
    color: #fff;
}
/*--------------------------------------------------------------
サイドメニュー
---------------------------------------------------------------*/
#sideBanners li img {
    padding: 0px;
    min-width: 100px;
    max-width: 100px;
    background: none;
}
#sideBanners_body {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


/*--------------------------------------------------------------
汎用クラス
---------------------------------------------------------------*/
p.leadCopy {
  font-size: 1.15em;
  font-weight: 500;
  color: #bfa37e;
  line-height: 1.6;
  font-feature-settings: "palt";
  margin-bottom:1.0em;
}

/*-------------------------------------------------------
1200px以下
-------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  /*title*/
  #title #title_outer {
    width: 96%;
  }
  /*撮影までの流れ　記事回転*/
  .article.flow {
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .article.flow .article_body {
    max-width: calc(100% - 48px);
  }
  /*選ばれる3つの理由　記事回転*/
  .article.rotate .article_body {
    padding-right: 24px;
    padding-left: 114px;
  }
  .article.reason.rotate h4, .article.reason.rotate p {
    margin-left: 0;
  }
  /*お問い合わせセクション*/
  .article.contact-block .article_body {
    width: 90%;
    min-width: 90%;
  }
}

/*-------------------------------------------------------
800px以下
-------------------------------------------------------*/
@media only screen and (max-width: 800px) {
  /*title*/
  #title, #title_outer, #title_body {
    height: 10vw;
    min-height: 60px;
  }
  #title_outer h1 {
    width: 25vw;
    height: 8vw;
  }
  /*選ばれる3つの理由*/
  .article.reason .article_body {
    padding-left: 60px;
  }
  .article.rotate .article_body {
    padding-left: 84px;
  }
  .article.reason.rotate .article_outer {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .article.reason h4 .num-reason {
    font-size: 100px;
    top: -20px;
    left: -50px;
  }
  .article.reason.rotate h4 .num-reason {
    left: -50px;
  }
  .article.reason h4, .article.reason p {
    margin-left: 0;
  }
  /*お問い合わせセクション*/
  a.btn-mailform {
    width: 70vw;
  }
  /*プロフィール*/
  .article.profile .image {
    width: 40%;
  }
}

/*-------------------------------------------------------
600px以下
-------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  /*title*/
  #title #title_outer {
    background: none;
  }
  #title_outer h1 {
    width: 26vw;
    height: 8vw;
  }
  /*footer*/
  .footer ul.topMenu, .footer ul.services {
    background: transparent;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.6em;
  }
  .mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2 {
    font-size: 1.5em;
  }
  /*normalTbl*/
  .article table.normalTbl td {
    padding: 12px;
  }
  .article table.normalTbl tr:not(:last-child) td,
  .article table.normalTbl tr th,
  .article table.normalTbl tr:last-child th {
    border-bottom: 1px solid #555;
  }
  .article table.normalTbl tr:last-child td {
    border-bottom: none;
  }
  .article table.normalTbl th::after {
    display: none;
  }
  .article table.normalTbl.priceTbl th, .article table.normalTbl.priceTbl td {
    width: 100%;
  }
  /*contactTable*/
  table.contactTable {
    border: none;
  }
  table.contactTable th {
    background: transparent;
  }
  table.contactTable input[type="text"], table.contactTable input[type="password"], table.contactTable textarea.textField {
    background-color: #444;
  }
  table.contactTable td {
    padding-left: 24px;
    padding-bottom: 16px;
  }
  /*選ばれる3つの理由*/
  .article.rotate .article_body, .article.reason.rotate .article_body {
    padding-left: 90px;
  }
  .article.reason .image {
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -60px;
  }
  /*お問い合わせセクション*/
  .article.contact-block {
    margin-top: 0;
    padding-top: 24px!important;
  }
  .article.contact-block p a.tel-link {
    font-size: 10vw;
  }
  a.btn-mailform {
    width: 96%;
  }
  /*プロフィール*/
  .article.profile .image {
    width: 60%;
    margin: 0 auto;
  }
  #bottomLink {
	display: block;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
}

#bottomLink a {
	display: block;
	line-height: 48px;
	text-align: center;
    background: #000;
    display: block;
    width: 100%;
    color: #fff;
    border-top: solid 1px #fff;

}

#bottomLink span{
	font-size:var(--font-s);
	padding-right:0.5em;
}
 /*サイドメニュー*/
  #sideBanners li img {
    padding: 0px;
    min-width: 80px;
    max-width: 80px;
    background: none;
}
  .footer .copyright {
    margin-bottom: 45px;
}
}

/*-------------------------------------------------------
450px以下
-------------------------------------------------------*/
@media only screen and (max-width: 450px) {
  /*title*/
  #title_outer h1 {
    width: 30vw;
    height: 10vw;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.45em;
  }
  .mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2 {
    font-size: 1.35em;
  }
  /*撮影までの流れ*/
  .article.flow .article_body {
    padding: 16px 24px 24px 24px;
  }
  .article.flow .article_outer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /*お問い合わせセクション*/
  .article.contact-block .article_body {
    width: 96%;
    min-width: 96%;
  }
  /*サイト案内コメント*/
  .gallery.guideBtn ul.galleryGrids .comment {
    font-size: 1.0em;
    height: 40px;
  }
}

/*-------------------------------------------------------
recaptcha バッジ非表示
-------------------------------------------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
}
.grecaptcha-badge { visibility: hidden; }
