/*
 Theme Name:   pixgraphy-child
 Description:  pixgraphy Child Theme
 Template:     pixgraphy
*/
#site-branding {
  width: 50%;
}
.slider-content .slider-title, .slider-content .slider-title a {
  display: none;
}
/* スライドショー内文字 2021.9.1 */
.slider-logo {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  color: #fff;
  /*border: 3px solid #fff;
	border-radius: 10px;
	padding: 10px;*/
}
.slider-logo h1 {
  font-size: 1.8em;
  padding-bottom: 0;
}
.slider-logo h2 {
  font-size: 1.5em;
  padding-bottom: 0;
}
.slider-logo h3 {
  font-size: 1.2em;
  padding-bottom: 0;
}
.slider-logo h4 {
  font-size: 0.9em;
  padding-bottom: 0;
}
.slider-logo p {
  margin: 1.0em;
}
.slider-logo br {
  display: block;
  content: "";
  margin-bottom: -18px;
}
.slider-logo br:last-of-type {
  margin-bottom: 0;
}
/* お問い合わせフォーム 2021.9.1 */
.mw_wp_form {
  width: 100%;
  color: #333;
}
table, th, td {
  border: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], input[type="password"], textarea {
  margin-bottom: 0px;
}
.mw_wp_form table.mailform-tbl {
  width: 100%;
  margin-bottom: 40px;
}
.mw_wp_form table tr {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 30px 0;
  font-weight: normal;
}
.mw_wp_form table tr:first-child {
  border-top: 1px dotted #ccc;
}
.mw_wp_form table th {
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  width: 30%;
  float: left;
}
.mw_wp_form table th .attention {
  font-size: 80%;
  margin-left: 10px;
  color: red;
  padding: 3px;
}
.mw_wp_form table td {
  width: 70%;
  float: left;
}
.mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
  width: 50%;
  box-sizing: border-box;
}
.mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
  width: 80%;
  box-sizing: border-box;
}
.mw_wp_form table td.w80 textarea {
  width: 80%;
  box-sizing: border-box;
}
.mw_wp_form #submit-button {
  text-align: center;
}
.mw_wp_form #submit-button input {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #c19e56;
  background: #c19e56;
  color: #fff;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 90%;
}
.mw_wp_form #submit-button input[name="submitBack"] {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #999;
  background: #999;
  color: white;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 90%;
}
.mw_wp_form .form_step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px 0;
  list-style: none;
}
.mw_wp_form .form_step > li {
  display: block;
  position: relative;
  padding: 0.5em;
  width: 22%;
  border: 1px solid currentColor;
  color: #C19E56;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.mw_wp_form .form_step > li:nth-of-type(n + 2) {
  margin: 0px 0px 0px 4%;
}
.mw_wp_form .form_step > li:nth-of-type(n + 2):before {
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #C19E56;
  border-left: 2px solid #C19E56;
  transform: translateY(-50%) rotate(135deg);
  content: "";
}
.mw_wp_form_input .form_step > li:nth-of-type(1), .mw_wp_form_preview .form_step > li:nth-of-type(2), .mw_wp_form_complete .form_step > li:nth-of-type(3) {
  background-color: #C19E56;
  color: #fff;
}
.entry-content td, .comment-content td {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form .form_step > li {
    font-size: 10px;
    width: 30%;
  }
  .mw_wp_form table td {
    width: 65%;
    float: right;
  }
  .mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 textarea {
    width: 100%;
    box-sizing: border-box;
  }
}
/* スライドショー内ボタン 2021.9.1 */
.btn_sec {
  max-width: 300px;
  margin: 0 auto;
  padding-top: 20px;
}
a.btn_regist {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 0 25px;
  color: #228bc8;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_regist:hover {
  background: #228bc8;
  border: 1px solid #05639a;
  color: #fff;
}
a.btn_regist:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 50px;
  border-color: transparent transparent #228bc8 transparent;
}
a.btn_regist span {
  position: absolute;
  bottom: 12px;
  right: 20px;
  display: inline-block;
}
a.btn_regist span:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
a.btn_regist span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -3px;
}
a.btn_login {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #22c84e;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 0 25px;
  color: #22c84e;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_login:hover {
  background: #22c84e;
  border: 1px solid #059a4d;
  color: #fff;
}
a.btn_login:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 50px;
  border-color: transparent transparent #22c84e transparent;
}
a.btn_login span {
  position: absolute;
  bottom: 12px;
  right: 20px;
  display: inline-block;
}
a.btn_login span:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
a.btn_login span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 2px solid #22c84e;
  border-right: 2px solid #22c84e;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -3px;
}
/* WP Customer Reviews最初からフォーム表示 2021.9.7 */
.wpcr3_respond_2 {
  display: block;
}
.wpcr3_show_btn, .wpcr3_cancel_btn {
  display: none;
}
/* フォーム全体の最大幅追記 */
.wpcr3_div_2 {
  max-width: 100%;
}
/* 画面幅600px以下で見出しと入力フォームを２段にする */
@media (max-width: 600px) {
  .wpcr3_table_2 td {
    text-align: left;
    display: block;
  }
}
/*  レビューフォームの幅設定 */
.wpcr3_respond_2 textarea {
  min-width: 300px;
  width: 100%;
  max-width: 100%;
}
/* aki追加 211105 */
.lb_box {
  display: flex;
  flex-wrap: wrap;
}
.lb_box img {
  width: 20em;
  margin: 0.5em;
}
/* aki追加 211105 ここまで */
/* aki追加 211215 */
.photoGallery01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.photoGallery01 .display {
  width: 20em;
  height: 25em;
  margin: 0.5em;
}
.photoGallery01 .display img {
  max-width: 100%;
  max-height: 80%;
}
.photoGallery01 .display .textbox {
  width: 100%;
  height: 20%;
  vertical-align: bottom;
}
.photoGallery01 .display .textbox .title {
  font-size: 2.5em;
  margin: 0.2em;
}
.photoGallery01 .display .textbox .text1 {
  font-size: 2.5em;
  margin: 0.2em;
}
/* aki追加 211215　ここまで */
/* aki追加 220419 */
.btn-s001 {
  width: 80%;
  height: 3rem;
  color: #fff;
  background-color: #eb6100;
}
.btn-s001:hover {
  color: #fff;
  background: #f56500;
}
.selFileArea01 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.selFileArea01 label {
  cursor: pointer;
  width: 80%;
  height: 3rem;
  color: #fff;
  background-color: #eb6100;
  text-align: center;
  padding: 0.8rem 0;
}
.selFileArea01 label :hover {
  color: #fff;
  background: #f56500;
}
.selFileArea01 input[type="file"] {
  display: none;
}
.selFileArea01 spen {}
.slider001 {
  /*display:inline-block;*/
  /*height: 456px;*/
}
.slider002 {
  display: inline-block;
}
/* aki追加 220419　ここまで */
/* aki追加 220524 */
.footerH2Text {
  font-size: 1.2rem;
}
.Gallery-SystemButton01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  padding: 1em 2em;
  color: #EEEEEE;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #3333AA;
  border-radius: 50vh;
}
.Gallery-SystemButton01 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #EEEEEE;
  border-right: 3px solid #EEEEEE;
  transform: rotate(45deg);
}
.Gallery-SystemButton01 a:hover {
  text-decoration: none;
  background-color: #3333CC;
}

.PhotoGallery-SystemButton03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  padding: 1em 2em;
  color: #EEEEEE;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #3333AA;
  border-radius: 50vh;
}
.PhotoGallery-SystemButton03 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #EEEEEE;
  border-right: 3px solid #EEEEEE;
  transform: rotate(45deg);
}
.PhotoGallery-SystemButton03 a:hover {
  text-decoration: none;
  background-color: #3333CC;
}
.Gallery-DispNone {
  display: none !important;
}
.Gallery-DispNone2 {
  display: none;
}
/* aki追加 220524　ここまで */
/* aki追加 220607 */
.slider-area {
  position: relative;
  width: 100%;
  background-color: white;
}
.slider-option1-1 {
  position: absolute;
  width: 30%;
  /*max-width: 500px;*/
  height: 500px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 101;
  background-color: rgb(240, 240, 240, 0.55);
}
/* トップページ　スライド位置表示2 */
.slider-option1-2 {
  position: absolute;
  width: 30%;
  /*max-width: 500px;*/
  height: 800px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 101;
}
@media only screen and (max-width: 1050px) {
  .slider-option1-2 {
    position: absolute;
    width: 70%;
    /*max-width: 500px;*/
    height: 800px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 101;
  }
}
@media only screen and (max-width: 500px) {
  .slider-option1-2 {
    position: absolute;
    width: 100%;
    /*max-width: 500px;*/
    height: 800px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 101;
  }
}
.top-main {
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
} /* Chrome, Safari 対応 */
.top-main::-webkit-scrollbar {
  display: none;
}
/* aki追加 220607　ここまで */
/* aki追加 220617 */
.is-sticky #sticky_header {
  background-color: rgba(0, 0, 0, 1.0);
}
@media only screen and (max-width: 767px) {
  .is-sticky #sticky_header {
    background-color: #1d1d1d;
  }
}
.top-siteText1 {
  text-align: center;
  color: #FAFAFA;
  font-size: 1.2rem;
  line-height: 1.5;
}
.itioshi001 {
  max-width: 500px;
  max-height: 500px;
}
body{
	overflow-x:visible;
}
.PhotoGallery-SystemButton01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  padding: 1em 2em;
  color: #EEEEEE;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #3333AA;
  border-radius: 50vh;
}
.PhotoGallery-SystemButton01 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #EEEEEE;
  border-right: 3px solid #EEEEEE;
  transform: rotate(45deg);
}
.PhotoGallery-SystemButton01 a:hover {
  text-decoration: none;
  background-color: #3333CC;
}
.PhotoGallery-SystemButton02 spen{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  padding: 1em 2em;
  color: #EEEEEE;
  font-size: 1.0rem;
  font-weight: 700;
  background-color: #3333AA;
  border-radius: 50vh;
}
.PhotoGallery-SystemButton02 spen::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #EEEEEE;
  border-right: 3px solid #EEEEEE;
  transform: rotate(45deg);
}
.PhotoGallery-SystemButton02 spen:hover {
  text-decoration: none;
  background-color: #3333CC;
}
.box-right-position{
	display: flex;
	justify-content: flex-end;
}
		
/* aki追加 220617　ここまで */