@charset "utf-8";
/* CSS Document */

CSS



/* common */

.page-portrate main {

}

.page-portrate section {
	padding: 4rem 0;
}

.page-portrate figure {
	line-height: 0;
}

.page-portrate figure img {
	width: 100%;
}

.page-portrate .container {
	max-width: 1400px;
	margin: 0 auto;
}

.page-portrate .highlight {
	background: #fff6fd;
}

.page-portrate .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}


@media (max-width: 1399px) {
	.page-portrate section {
		padding: 6rem 1rem;
	}
	.tablet-pc-only {
		display: none;
	}
}


@media (min-width: 768px) {
	.page-portrate .sp-only {
		display: none;
	}
}


@media (max-width: 767px) {
	.page-portrate .container {
		width: 100%;
	}

	.page-portrate section {
		padding: 4rem 1rem;
	}

	.table_scroll {
		/*overflow-x: scroll;*/
	}

	.pc-only {
		display: none;
	}
}



/* header */

#glo-navi_new {
	height: auto;
}

#glo-navi-inner ul {
	display: flex;
	align-items: center;
	align-items: center;
}

#glo-navi-inner ul li {
    float: none;
    color: #fff;
    width: auto;
    font-size: 24px;
    text-align: center;
    padding-top: 0;
    padding: 0.75rem 0;
    width: 12.5%;
}

#glo-navi-inner ul li span {
    font-size: 18px;
}

@media (max-width: 1399px) {
	#glo-navi-inner {
    width: 100%;
	}
	#glo-navi-inner ul {
    width: 100%;
	}
	#glo-navi-inner ul li {
	  width: 20%;
	}
}



/* footer */

#footer_nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 1000px;
}

#footer_nav ul li {
  width: auto;
  float: none;
	padding: 0 1rem;
}

#sns ul {
    margin-bottom: 14px;
}

@media (max-width: 1199px) {
	#footer_nav ul {
		width: 100%;
	}
	#sns ul {
	    margin-bottom: 19px;
	}
	#footer_nav ul li {
	  width: auto;
	  float: none;
		padding: 0;
		width: 16.66%;
	}
}

@media (max-width: 767px) {
	#footer_nav ul {
		padding: 0;
	}
	#sns ul {
	    margin-bottom: 19px;
	}
	#footer_nav ul li {
	  width: auto;
	  float: none;
		padding: 0;
		width: 16.66%;
	}
}



/* portrate */

.page-portrate .my-portrate {

}

.page-portrate .my-portrate .my-portrate-img {
	margin-bottom: 3rem;
}

.page-portrate .my-portrate .flex {
	align-items: center;
	justify-content: space-around;
}

.page-portrate .my-portrate .flex p {
	font-size: 2rem;
	line-height: 1.5;
}



.page-portrate .portrate-photo {

}

.page-portrate .portrate-photo .title-text {
	align-items: center;
	margin-bottom: 2rem;
}

.page-portrate .portrate-photo .title-text h2 {
	font-size: 2.4rem;
	font-family: serif;
	font-weight: normal;
	position: relative;
	z-index: 1;
	padding-left: 1rem;
	text-shadow: 1px 1px 1px #fff;
}

.page-portrate .portrate-photo .title-text h2:before {
	content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  width: 420px;
  height: 210px;
  background: url(../portrate/img/kazari/974592_2.png);
  z-index: -1;
  background-size: 100%;
  background-repeat: no-repeat;
}

.page-portrate .portrate-photo .title-text p {
	font-size: 1.8rem;
	line-height: 1.5;
	font-family: serif;
}

.page-portrate .portrate-photo ul {
	flex-wrap: nowrap;
	align-items: stretch;
}

.page-portrate .portrate-photo ul {
	margin-bottom: 1rem;
}

.page-portrate .portrate-photo .flex li {

}

.page-portrate .portrate-photo .flex li:first-child {
	padding-right: 1rem;
}

.page-portrate .portrate-photo .flex li:nth-child(2) {
	padding-right: 1rem;
}

.page-portrate .portrate-price {

}

.page-portrate .portrate-price .flex {
	justify-content: space-around;
	align-items: center;
}

.page-portrate .portrate-price .title-text h2 {
	font-size: 2.4rem;
	font-family: notosans;
	font-weight: normal;
	position: relative;
	z-index: 1;
	padding-left: 0;
	color: #1AB7CB;
	font-weight: bold;
	position: relative;
}

/*.page-portrate .portrate-price .title-text h2:before {
	content: "";
	display: block;
	position: absolute;
	top: -80px;
	left: 0;
	width: 420px;
	height: 210px;
	background: url(../portrate/img/kazari/1477943.png);
	z-index: -1;
	background-size: 100%;
	background-repeat: no-repeat;
}

.page-portrate .portrate-price .title-text h2 span {
	display: block;
	font-weight: normal;
	font-family: serif;
}*/

.page-portrate .portrate-price-table {
	width: 60%;
}

.page-portrate .portrate-price table {
	background: #00E0E3;
	color: #fff;
	font-size: 1rem;
	width: 100%;
}

.page-portrate .portrate-price table tr {
	height: 75px;
}

.page-portrate .portrate-price table tr th {
	vertical-align: middle;
	text-align: center;
	font-size:  1.2rem;
	padding: 0.5rem;
	border: solid 2px #fff;
	font-weight: normal;
	width: 50%;
}

.page-portrate .portrate-price table tr td {
	vertical-align: middle;
	text-align: center;
	font-size:  1.2rem;
	padding: 0.5rem;
	border: solid 2px #fff;
}

.page-portrate .portrate-price table tr .td-black {
	color: #111;
}

.page-portrate .portrate-price table tr .td-none {
	font-size: 0.5rem;
	padding:  0.5rem;
}

.page-portrate .portrate-price p {
	display: inline-block;
	margin-left: calc(50% - 215px);
	margin-top: 0.25rem;
	margin-bottom: 1rem;
	line-height: 1.5;
}

.page-portrate .portrate-price .reserve-btn {
	display: flex;
	justify-content: space-between;
}
.page-portrate .portrate-price .reserve-btn a {
	margin: 0 auto;
}
.page-portrate .portrate-price .reserve-btn figure {
	width: 240px;
}
.page-portrate .portrate-price .reserve-btn figure img {
	width: 240px;
}


@media (max-width: 1399px) {
	.page-portrate .my-portrate .flex p {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    text-align: center;
	}
	.page-portrate .portrate-photo .title-text h2 {
		margin-bottom: 3rem;
	}
	.page-portrate .reserve-btn img {
    width: 240px;
	}
	.page-portrate .portrate-photo .title-text p {
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: serif;
	}
	.page-portrate .portrate-price-table {
		width: 100%;
	}

	.page-portrate .portrate-price table {
		width: 100%;
	}

	.page-portrate .portrate-price table tr {
	height: 100px;
	}
}


@media (max-width: 1299px) {
	.page-portrate .my-portrate .flex p {
		width: 100%;
		font-size: 2rem;
	}
	.page-portrate .portrate-photo .title-text p {
    width: 100%;
	}
	.page-portrate .portrate-price .title-text h2 {
	    margin-bottom: 1.5rem;
	}
}


@media (max-width: 1023px) {
	.page-portrate .portrate-price .reserve-btn figure img {
    width: 200px;
	}
	.page-portrate .portrate-photo ul {
    margin-bottom: 0.5rem;
	}
	.page-portrate .portrate-photo .flex li:first-child {
    padding-right: 0.5rem;
	}
	.page-portrate .portrate-photo .flex li:nth-child(2) {
    padding-right: 0.5rem;
	}
	.page-portrate .portrate-price-table {
    width: 100%;
	}
}


@media (min-width: 768px) {
.page-portrate .portrate-price table:first-child tr td:nth-child(2) {
	font-size:  1.3rem;
	}
.page-portrate .portrate-price table:last-child tr td:nth-child(2) {
	font-size:  1.1rem;
	}
}


@media (max-width: 767px) {

	.page-portrate .portrate-photo .title-text h2:before {
    content: "";
    top: -56px;
    left: 0;
    width: 320px;
    height: 160px;
	}

	.page-portrate .my-portrate .my-portrate-img {
    margin-bottom: 1rem;
	}

	.page-portrate .my-portrate .flex p {
    font-size: 1.15rem;
		margin-bottom: 1rem;
	}

	.page-portrate .reserve-btn img {
		width: 140px;
	}


	.page-portrate .portrate-photo .title-text h2 {
	    font-size: 1.6rem;
			margin-bottom: 2rem;
			text-shadow: 1px 1px 1px #fff;
	}

	.page-portrate .portrate-photo .title-text p {
    font-size: 1rem;
	}

	.page-portrate .portrate-photo ul {
    margin-bottom: 0.25rem;
	}

	.page-portrate .portrate-photo.seijin .container ul:nth-child(2) {
		flex-wrap: wrap;
	}

	.page-portrate .portrate-photo.seijin .container ul:nth-child(3) {
		flex-wrap: wrap;
	}

	.page-portrate .portrate-photo.seijin .container ul:nth-child(2) li {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	.page-portrate .portrate-photo.seijin .container ul:nth-child(3) li {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	.page-portrate .portrate-photo .flex li:first-child {
		padding-right: 0.25rem;
	}

	.page-portrate .portrate-photo .flex li:nth-child(2) {
	padding-right: 0.25rem;
	}

	.page-portrate .portrate-photo.profeale .container .sp-only ul:first-child {
		flex-wrap: wrap;
	}

	.page-portrate .portrate-photo.profeale .container .sp-only ul:first-child li:first-child {
		width: 48.75%;
	}

	.page-portrate .portrate-photo.profeale .container .sp-only ul:first-child li:last-child {
		width: 51.25%;
	}

	/*.page-portrate .portrate-photo .flex li:first-child {
    padding-right: 0.5rem;
	}

	.page-portrate .portrate-photo .flex li:nth-child(2) {
	padding-right: 0;
	}*/

	/*.page-portrate .portrate-photo ul {
    margin-bottom: 0.5rem;
		flex-wrap: wrap;
	}

	.page-portrate .portrate-photo ul li {
		width:49%;
	}

	.page-portrate .portrate-photo .flex li:first-child {
    padding-right: 0;
	}

	.page-portrate .portrate-photo .flex li:nth-child(2) {
    padding-right: 0;
	}*/

  /*.page-portrate .portrate-photo .abc {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-height: 800px;
    }

  .page-portrate .portrate-photo .abc li {
    width: 30%;
  }*/

	.page-portrate .portrate-price {
		/*padding-top: 0;*/
	}

	.page-portrate .portrate-price .title-text h2 {
		 margin: 0 auto;
		 padding-left: 0;
		 margin-bottom: 1rem;
	}

	.page-portrate .portrate-price .title-text h2 img {
	   width: 200px;
	}

	.page-portrate .portrate-price-table  {
		width: 100%;
	}

	.page-portrate .portrate-price-table .sp-only {

	}

	.page-portrate .portrate-price-table table:nth-child(2) {
		margin-bottom: 0.5rem;
	}

	.page-portrate .portrate-price-table table:nth-child(2) th {
		font-size: 1.1rem;
	}

	.page-portrate .portrate-price-table table:nth-child(2) td {
		font-size: 1rem;
	}

	.page-portrate .portrate-price-table .table_scroll {
		/*border-collapse: collapse;*/
		margin-bottom: 1rem;
	}

	.page-portrate .portrate-price p {
    font-size: 1rem;
		margin-left: 0;
		display: block;
		margin-top: 0;
	}

	.page-portrate .portrate-price table {
		width: 100%;
	}

	.page-portrate .portrate-price table:first-child {
		margin-bottom: 1rem;
	}

	.page-portrate .portrate-price table tr th {
    font-size: 1rem;
		width: 50%;
		padding: 1rem 0.5rem;
		line-height: 1.25;
	}

	.page-portrate .portrate-price table tr td {
		font-size: 1rem;
		padding: 1rem 0.5rem;
		line-height: 1.25;
	}

	.page-portrate .portrate-price .reserve-btn figure {
    width: 160px;
	}

	.page-portrate .portrate-price .reserve-btn figure img {
    width: 140px;
	}

	.bottom-fixed {
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #4ABAA7;
		z-index: 100;
	}

	.bottom-fixed a {
		width: 100%;
	}

	.bottom-fixed a figure {
		width: 120px;
		margin: 0 auto;
	}

	.portrate-footer {
		margin-bottom: 40px;
	}
	.page-portrate .portrate-price table tr {
    height: 75px;
    }
	.page-portrate .portrate-price table:first-child tr td:nth-child(2) {
        font-size: 1.1rem;
 }
	.page-portrate .portrate-price table:last-child tr td:nth-child(2) {
		font-size: 1rem;
	}
}


@media (max-width: 414px) {
	.page-portrate .portrate-photo .title-text h2:before {
    left: -1rem;
		width: 100vw;
		top: -70px;
	}
}



/* family-photo */

.page-portrate.page-family-photo .portrate-photo .title-text h2:before {
	content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  width: 420px;
  height: 210px;
  background: url(../photo-family/img/kazari/408092.png);
  z-index: -1;
  background-size: 100%;
  background-repeat: no-repeat;
}

.page-portrate.page-family-photo .portrate-photo .title-text h2:before {
	content: "";
  display: block;
  position: absolute;
  top: -45px;
  left: 0;
  width: 420px;
  height: 210px;
  background: url(../photo-family/img/kazari/408092.png);
  z-index: -1;
  background-size: 100%;
  background-repeat: no-repeat;
}

.page-portrate.page-family-photo .sichigosan .container .pc-only ul:nth-child(7) li figure img {
	min-width: 450px;
}

.page-portrate.page-family-photo .sichigosan .container ul li h3 {
	text-align: center;
    padding: 1rem 0 0;
    font-family: serif;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
}

.page-portrate.page-family-photo .sichigosan .container ul li p {
		text-align: center;
    font-family: serif;
    font-size: 1.4rem;
    line-height: 1.5;
}

.jinja a:hover {
		opacity: 0.7;
}



@media (max-width: 1399px) {
	.page-portrate.page-family-photo .sichigosan .container .pc-only ul:nth-child(7) li figure img {
		min-width: auto;
	}
}


@media (max-width: 767px) {
	.page-portrate.page-family-photo .portrate-photo .title-text h2:before {
    content: "";
    top: -40px;
    left: 0;
    width: 320px;
    height: 160px;
	}
	.page-portrate.page-family-photo .sichigosan .container .sp-only ul:nth-child(6) li {
		width: 100%;
	}
	.page-portrate.page-family-photo .sichigosan .container .sp-only ul:nth-child(11) {
		margin:2rem 0 1rem;
	}
	.page-portrate.page-family-photo .sichigosan .container .sp-only ul:nth-child(11) li {
		width: 100%;
		margin: 0;
	}
	.page-portrate.page-family-photo .sichigosan .container .sp-only ul:nth-child(12) li {
		width: 100%;
	}
	/*.page-portrate.page-family-photo .sichigosan .container .sp-only ul:nth-child(11) li:first-child {
		width: 44%;
    margin: 0 3%;
	}
	.page-portrate.page-family-photo .sichigosan .container .sp-only ul:nth-child(11) li:last-child {
		width: 50%;
	}*/
	.page-portrate.page-family-photo .jinja .sp-only ul:first-child {
		margin-bottom: 2rem;
		padding: 0 2rem
	}
	.page-portrate.page-family-photo .sichigosan .container ul li h3 {
		text-align: center;
	    padding: 0.5rem 0 0.5rem;
	    font-family: serif;
	    font-size: 0.9rem;
	    font-weight: bold;
	    line-height: 1;
	}
	.page-portrate.page-family-photo .sichigosan .container ul li p {
			text-align: center;
	    font-family: serif;
	    font-size: 0.75rem;
	    line-height: 1.25;
			margin-bottom: 0.5rem
	}
	.page-portrate.page-family-photo .matanity .sp-only ul:first-child li {
		width: 100%;
	}
}


@media (max-width: 414px) {
	.page-portrate.page-family-photo .portrate-photo .title-text h2:before {
    left: -1rem;
		width: 100vw;
		top: -48px;
