@charset "utf-8";

  @media screen and (max-width: 767px) {
    .hStyle01 {
      font-size: 24px;
      margin-bottom: 40px;
    }
    .hStyle01:before {
      bottom: -15px;
    }
  }


/*-----------------------------------------------------

  ABOUT - ミシマ写真館について

----------------------------------------------------- */
  
.aboutSec {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 90px;
}
  @media screen and (max-width: 767px) {
    .aboutSec {
      margin: 0 auto 40px;
    }
  }

.aboutTopText {
  text-align: center;
  margin-bottom: 100px;
}
  @media screen and (max-width: 767px) {
    .aboutTopText {
      margin-bottom: 40px;
    }
  }

.aboutTopText .mainText {
  font-size: 39px;
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 1.6;
  margin-top: 100px;
}
  @media screen and (max-width: 767px) {
    .aboutTopText .mainText {
      font-size: 28px;
      margin-bottom: 20px;
      margin-top: 40px;
      text-align: left;
    }
  }

.aboutTopText p {
  line-height: 2.5;
}

  @media screen and (max-width: 767px) {
    .aboutTopText p {
      text-align: left;
    }
  }

.aboutImgSec {
  margin-bottom: 75px;
  overflow: hidden;
}
  @media screen and (max-width: 767px) {
    .aboutImgSec {
      margin-bottom: 30px;
    }
  }

.aboutImgSec .aboutImgContent {
  width: calc(50% + 20px);
  overflow: hidden;
}
  @media screen and (max-width: 767px) {
    .aboutImgSec .aboutImgContent {
      width: 100%;
      margin-bottom: 20px;
    }
  }

.aboutImgSec .aboutImgContent:nth-child(odd) {
  float: right;
}

.aboutImgSec .aboutImgContent .imgBox {
  width: 100%;
  position: relative;
  z-index: -1;
}

.aboutImgSec .aboutImgContent .imgBox img {
  width: 100%;
}

.aboutImgSec .aboutImgContent .textBox {
  width: 60%;
  background: #f0e8d8;
  padding: 35px 45px 0 0;
  margin-top: -40px;
}

.aboutImgSec .aboutImgContent:nth-child(odd) .textBox {
  float: right;
  padding: 35px 0 0 45px;
}

  @media screen and (max-width: 767px) {
    .aboutImgSec .aboutImgContent:nth-child(odd) .textBox,
    .aboutImgSec .aboutImgContent .textBox {
      width: 90%;
      padding: 20px 35px;
    }
  }

.aboutImgSec .aboutImgContent .textBox .title {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
  @media screen and (max-width: 767px) {
    .aboutImgSec .aboutImgContent .textBox .title {
      margin-bottom: 8px;
    }
  }

.aboutStaff {
  text-align: center;
  margin-bottom: 75px;
}
  @media screen and (max-width: 767px) {
    .aboutStaff {
      margin-bottom: 40px;
    }
  }

.aboutStaffTopSec {
  margin-bottom: 35px;
}

  @media screen and (max-width: 767px) {
    .aboutStaffTopSec p {
      text-align: left;
    }
  }

.aboutStaffList01 li .imgBox {
	width: 30%!important;
	margin: 0 auto;
}

.aboutStaffList01 li {
	margin-bottom: 20px;
}

.aboutStaffList02 {
	width:80%;
	margin:0 auto;
}

.aboutStaffList02 li {
	width: 30%;
	margin-right: 3%;
	float: left;
	margin-bottom:30px;
}


  @media screen and (max-width: 767px) {
	  .aboutStaffList02 {
	width:100%;
	margin:0 auto;
}
}

.aboutStaffList02 li:last-child {
	margin-right: 0;
}


.aboutStaff li .imgBox {
  width: 100%;
  margin-bottom: 20px;
}

.aboutStaff li img {
  width: 100%;
}

.aboutStaff li .textBox {
  line-height: 1.2;
}

.aboutStaff li .name {
  font-size: 16px;
}

.aboutStaff li .nameEn {
  color: #3d863f;
  font-size: 12px;
  margin-bottom: 5px;
}

.aboutStaff li .position {
  font-size: 13px;
}

.fmtTableStyle {
  width: 100%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
}

.fmtTableStyle tr {
  border-bottom: 1px solid #cbc2b3;
}

.fmtTableStyle tr:last-child {
  border-bottom: none;
}

.fmtTableStyle th {
  background: url(../images/common/blackBack.jpg);
  color: #fff;
  font-weight: normal;
  width: 194px;
  vertical-align: middle;
}
  @media screen and (max-width: 767px) {
		.aboutStaffList01 li .imgBox {
			width: 50%!important;
			margin-left:auto;
			margin-right:auto;
	}
		
    .fmtTableStyle th {
      width: 100%;
    }
		
		.aboutStaffList02 li {
			width: 48%;
			margin-right: 2%;
			float: left;
			margin-bottom: 25px;
		}
		
		.aboutStaffList02 li:nth-child(2n) {
			margin-right: 0;
		}
  }

.fmtTableStyle td {
  background: #fff;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.fmtTableStyle td p {
  width: calc(50% - 20px);
}
  @media screen and (max-width: 767px) {
    .fmtTableStyle td p {
      width: 100%;
    }
  }

.fmtTableStyle td .min {
  font-size: 12px;
}

.fmtTableStyle th,
.fmtTableStyle td {
  padding: 20px 30px;
}
  @media screen and (max-width: 767px) {
    .fmtTableStyle th,
    .fmtTableStyle td {
      display: block;
      padding: 15px;
    }
  }




/*-----------------------------------------------------

  PRODUCTS - 商品情報

----------------------------------------------------- */

.productSec {
  width: 90%;
  max-width: 1040px;
  margin: 100px auto 0;
}
  @media screen and (max-width: 767px) {
    .productSec {
      margin: 0 auto 20px;     
    }
  }

.product1column {
  margin-bottom: 40px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product3columnWrap {
	padding-top: 40px;
}

  @media screen and (max-width: 767px) {
    .product1column {
      margin-bottom: 40px;
    }
  }

.imgRight .textBox {
  -webkit-order: -1;
      -ms-order: -1;
          order: -1;
}
  @media screen and (max-width: 767px) {
    .imgRight .textBox {
      -webkit-order: 2;
          -ms-order: 2;
              order: 2;
    }   
  }

.product1column .imgBox {
  width: calc(45% - 20px);
}
  @media screen and (max-width: 767px) {
    .product1column .imgBox {
      width: 100%;
      margin-bottom: 20px;
    }
  }

.product1column .imgBox img {
  width: 100%;
}

.product1column .textBox {
  width: calc(55% - 20px);
}
  @media screen and (max-width: 767px) {
    .product1column .textBox {
      width: 100%;
      margin-bottom: 20px;
    }
  }

.productSec .detailsText {
  margin-bottom: 40px;
}
  @media screen and (max-width: 767px) {
    .productSec .detailsText {
      margin-bottom: 20px;
    }
  }

.patte {
	font-size: 13px;
}

.product3columnWrap .detailsText {
  text-align: center;
}
  @media screen and (max-width: 767px) {
    .product3columnWrap .detailsText {
      text-align: left;
    }
  }

.productSec .productDetails {
  margin-bottom: 40px;
}
  @media screen and (max-width: 767px) {
    .productSec .productDetails {
      margin-bottom: 20px;
    }
  }

.productSec .textBox .productDetails:last-child {
  margin-bottom: 0;
}

.productSec .productDetails .title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}

.productSec .productDetails .min {
  text-align: right;
  margin-top: 10px;
}

.productDetailsList {
  width: 100%;
	margin: 15px 0;
}

.productDetailsList li {
  border-bottom: 1px solid #cbc2b3;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px 15px;
}

.productDetailsList li:first-child {
  border-top: 1px solid #cbc2b3; 
}

.productDetailsList li p {
  width: 80%;
}

.productDetailsList li .price {
  text-align: right;
  width: 20%;
}

.product3column {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
  @media screen and (max-width: 767px) {
    .product3column {
      margin-bottom: 40px;
    }
  }

.product3column .product3columnItem {
  width: calc(100% / 2 - 20px);
}
  @media screen and (max-width: 767px) {
    .product3column .product3columnItem {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .product3column .product3columnItem:last-child {
      margin-bottom: 0;
    }
  }

.product3column .product3columnItem .imgBox {
  width: 100%;
  margin-bottom: 20px;
}

.product3column .product3columnItem .imgBox img {
  width: 100%;
}

.productSec .product2column {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.productSec .product2column .productDetails {
  width: calc(100% / 2 - 20px);
}
  @media screen and (max-width: 767px) {
    .productSec .product2column .productDetails {
      width: 100%;
      margin-bottom: 20px;
    }
  }



/*-----------------------------------------------------

  CARP BABY - カープ赤ちゃん写真展

----------------------------------------------------- */

.carpbabySec {
  width: 90%;
  max-width: 1040px;
  margin: 80px auto;
}

.carpbabyContentWrap {
  margin-bottom: 80px;
}
  @media screen and (max-width: 767px) {
    .carpbabyContentWrap {
      margin-bottom: 40px;
    }
  }

.carpbabyContent {
  margin-bottom: 30px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.carpbabyContent .textBox {
  margin-top: 40px;
  width: calc(50% - 60px);
  -webkit-order: -1;
      -ms-order: -1;
          order: -1;
}
  @media screen and (max-width: 767px) {
    .carpbabyContent .textBox {
      margin-top: 20px;
      width: 100%;
      -webkit-order: 1;
          -ms-order: 1;
              order: 1;
      line-height: 1.5;
    }
  }

.carpbabyContent .textBox .title {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 40px;
  position: relative;
}
  @media screen and (max-width: 767px) {
    .carpbabyContent .textBox .title {
      font-size: 22px;
    }
  }

.carpbabyContent .textBox .title:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #3d863f;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.carpbabyContent .textBox p {
  margin-bottom: 30px;
}

.carpbabyContent .imgBox {
  width: 50%;
}
  @media screen and (max-width: 767px) {
    .carpbabyContent .imgBox {
      width: 100%;
      -webkit-order: -1;
          -ms-order: -1;
              order: -1;
    }
  }

.carpbabyContent .imgBox img {
  width: 100%;
}

.carpbabySec .fmtTableStyle {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid #cbc2b3;
}

.carpProductList {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.carpProductList li {
  width: calc(100% / 3 - 20px);
  margin-bottom: 40px;
}
  @media screen and (max-width: 767px) {
    .carpProductList li {
      width: 100%;
      margin-bottom: 25px;
    }
  }

.carpProductList li .imgBox {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #cbc2b3;
}
  @media screen and (max-width: 767px) {
    .carpProductList li .imgBox {
      margin-bottom: 15px;
    }
  }

.carpProductList li img {
  width: 100%;
}

.carpProductList li .textBox .title {
  font-size: 15px;
  border-left: 2px solid #d7000f;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.carpProductList li .textBox p {
  font-size: 13px;
  line-height: 1.5;
}













