/*
Theme Name: portraitrip
Theme URL: https://portraitrip.com
Description: portraitrip.com
Author: staff
Version: 1.0.1
*/

@import url('https://fonts.googleapis.com/css2?family=Bellota+Text:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');

:root {
	--col-bl: #bac7d2;
	--col-lbl: #edf1f4;
	--col-be: #e2dcd4;
	--col-br: #c3beb9;
	--col-dbr: #999794;
	--col-pk: #d2bac5;
	--col-lpk: #f2e9ed;
	--col-gr: #cbd2ba;
	--col-lgr: #ecefe5;
	--col-lgy: #eee;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
}
body {
	font-family: "Bellota Text", "Zen Kaku Gothic New", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt";
	color: var(--col-dbr);
	line-height: 2;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
img {
	max-width: 100%;
}
hr {
	width: 100%;
	height: 0;
	border-bottom: 1px solid #dddddd;
}
a {
	color: var(--col-br);
	text-decoration: none;
}
a i {
	font-size: 70%;
}
@media screen and (min-width: 737px) {
body {
	font-size: 18px;
}
hr {
	margin: 60px 0;
}
}
@media screen and (max-width: 736px) {
body {
	font-size: 14px;
}
hr {
	margin: 50px 0;
}
}

/*-class-*/
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.small {
	font-size: 80%;
}
.grey {
	color: #ccc !important;
}
.red {
	color: #ce5f5f !important;
}
.pink {
	color: var(--col-pk) !important;
}
.green {
	color: var(--col-gr) !important;
}
.blue {
	color: var(--col-bl) !important;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bd-sq {
	padding: 20px 4%;
	border: 1px solid #ddd;
}
.sq-pink {
	padding: 10px 6%;
	background: var(--col-lpk);
}
.bg-grey {
	padding: 20px 4%;
	background: #eee;
}
.bg-pink {
	padding: 20px 4%;
	background: var(--col-lpk);
}
.bg-green {
	padding: 20px 4%;
	background: var(--col-lgr);
}
.bg-yellow {
	padding: 20px 4%;
	background: var(--col-lyl);
}
.embed {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.embed iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.content {
	width: 88%;
	max-width: 900px;
	margin: 0 auto;
}
.fa-exclamation-triangle {
	color: #ffcc4d;
}
.caution {
	border-bottom: 2px dashed #ffcc4d;
}
.textbox > p+p {
	margin: 20px 0 0;
}
.post-password-form input {
	width: 100%;
	box-sizing: border-box;
}
input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	background: #8fd1d5;
	color: #fff;
}
@media screen and (min-width: 737px) {
.sponly {
	display: none !important;
}
}
@media screen and (max-width: 736px) {
.pconly {
	display: none !important;
}
}

/*-header-*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	z-index: 9999;
	transition: .3s;
	box-sizing: border-box;
}
#header.scroll {
	opacity: 1;
	transition: .3s;
}
.headnavi {
	align-items: center;
	width: 100%;
}
.headnavi a {
	font-size: 11px;
	text-decoration: none;
	line-height: 1;
}
.head-contact {
	text-align: right;
}
.head-logo img {
	display: block;
	width: 100%;
	
}
@media screen and (min-width: 737px) {
#header {
	width: 100%;
	padding: 20px 20px 0;
}
.head-logo {
	width: 100px;
}
}
@media screen and (max-width: 736px) {
#header {
	width: 100%;
	padding: 15px 15px 0;
}
.head-logo {
	width: 16%;
}
}

/*-footer-*/
footer {
	margin: 0;
	padding: 60px 0;
	text-align: center;
}
.foot-sns i {
	margin: 0 6% 30px;
	font-size: 26px;
}
.foot-cr {
	color: #999;
	font-size: 10px;
}
.totop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	transition: 2s;
}
.totop-anchor {
	opacity: 0;
	pointer-events: none;
	transition: .5s;
}
.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 30px;
}
.totop-anchor.scroll {
	opacity: 1;
	pointer-events: auto;
	transition: .5s;
}

/*-home-*/
.home-h2,
.home-h3 {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media screen and (min-width: 737px) {
.home-h2 {
	width: 30%;
	margin: 0 auto 40px;
	padding: 5.36% 0 0;
}
.home-h3 {
	width: 24%;
	margin: 0 auto 40px;
	padding: 4.3% 0 0;
}
}
@media screen and (max-width: 736px) {
.home-h2 {
	width: 70%;
	margin: 0 auto 30px;
	padding: 12.5% 0 0;
}
.home-h3 {
	width: 50%;
	margin: 0 auto 20px;
	padding: 8.92% 0 0;
}
}
@keyframes yura {
	0%, 100% {
		transform: translateX(5px);
	}
	50% {
		transform: translateX(-5px);
	}
}


/*-top-img-*/
#top-img {
	display: grid;
	place-content: center;
	height: 70vh;
	background: url(https://portraitrip.com/wp-content/themes/portraitrip/images/top2.jpg) no-repeat left bottom / cover;
}
.top-img-logo {
	display: block;
}
@media screen and (min-width: 737px) {
.top-img-logo {
	width: 360px;
	margin: -50px auto 0;
}
}
@media screen and (max-width: 736px) {
.top-img-logo {
	width: 50%;
	margin: -30px auto 0;
}
}


/*-news-*/
#news {
	background: var(--col-lbl);
}
.news-wrap {
	background: #fff;
	border: 1px solid var(--col-be);
	box-sizing: border-box;
}
.news-link {
	position: relative;
	display: block;
	width: 100%;
}
.news-icon {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
.news-img img {
	display: block;
	width: 100%;
}
.news-text {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	box-sizing: border-box;
}
.news-text div {
	width: 100%;
}
.news-text div+div {
	margin: 10px 0 0;
}
.news-text-message {
	color: var(--col-bl);
}
.news-text-more {
	font-size: 80%;
	text-align: right;
}
.eventhash {
	text-align: center;
}
.eventhash strong {
	font-size: 140%;
	font-weight: normal;
}
@media screen and (min-width: 737px) {
#news {
	margin: 0 0 100px;
	padding: 100px 0;
}
.news-wrap {
	display: grid;
	grid-template-columns: 46% 54%;
	grid-template-rows: 1fr;
	padding: 30px;
}
.news-icon {
	width: 100px;
}
.news-img {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	box-sizing: border-box;
}
.news-text {
	align-content: center;
	padding: 0 0 0 30px;
}
.news-date {
	font-size: 13px;
}
.eventhash {
	margin: 60px 0 0;
}
}
@media screen and (max-width: 736px) {
#news {
	margin: 0 0 60px;
	padding: 60px 0;
}
.news-wrap {
	padding: 30px;
}
.news-icon {
	width: 60px;
}
.news-text {
	margin: 15px 0 0;
}
.news-ul {
	width: 80%;
	margin: 0 auto;
}
.news-ul a {
	font-size: 12px;
}
.news-date {
	font-size: 11px;
}
.eventhash {
	margin: 40px 0 0;
}
}


/*-ticket-*/
#ticket {
	background: var(--col-lgr);
}
.ticket-text2 {
	margin: 40px 0 0;
	padding: 30px;
	background: var(--col-lpk);
	background: url(https://portraitrip.com/wp-content/themes/portraitrip/images/dokusen-bg.jpg) no-repeat center / cover;
}
.dokusen-wrap {
	padding: 30px;
	border: 1px solid var(--col-gr);
	box-sizing: border-box;
}
.dokusen-title {
	display: block;
}
.dokusen-img img {
	display: block;
	width: 100%;
	border-radius: 50%;
}
.dokusen-text {
	font-size: 90%;
}
@media screen and (min-width: 737px) {
#ticket {
	margin: 0 0 100px;
	padding: 100px 0;
}
.ticket-img {
	margin: 0 0 20px;
}
.ticket-text p+p,
.ticket-text2 p+p {
	margin: 20px 0 0;
}
.dokusen-title {
	width: 50%;
	margin: 0 auto 20px;
}
.dokusen-img {
	width: 40%;
}
.dokusen-text {
	width: 56%;
}
}
@media screen and (max-width: 736px) {
#ticket {
	margin: 0 0 60px;
	padding: 60px 0;
}
.ticket-img {
	margin: 0 0 15px;
}
.ticket-text p+p,
.ticket-text2 p+p {
	margin: 15px 0 0;
}
.dokusen-title {
	width: 70%;
	margin: 0 auto 15px;
}
.dokusen-img {
	width: 100%;
	margin: 0 0 20px;
}
.dokusen-text {
	width: 100%;
}
}


/*-about-*/
#about {
}
.home-about-data {
	display: block;
	width: 100%;
	margin: 20px 0 0;
	padding: 15px 6%;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ffe431;
}
.home-about-data li {
	align-items: flex-start;
	width: 100%;
	padding: 15px 0 0;
}
.home-about-data li+li {
	margin: 15px 0 0;
	border-top: 1px solid #ddd;
}
.home-about-data li:last-child {
}
.home-about-data li > div:nth-child(1) {
	width: 20%;
}
.home-about-data li > div:nth-child(2) {
	width: 78%;
	line-height: 1.6;
}
.home-about-data li > div:nth-child(1) span {
	color: #ffe431;
}
.home-about-data li > div:nth-child(2) span {
	font-size: 12px;
	color: #999;
}
.about-map {
	font-size: 11px;
	color: var(--col-bgr);
}
@media screen and (min-width: 737px) {
#about {
	margin: 0 0 100px;
}
.home-about {
	padding: 160px 0 220px;
}
.home-about-data li > div:nth-child(2) {
	font-size: 22px;
}
}
@media screen and (max-width: 736px) {
#about {
	margin: 0 0 60px;
}
.home-about {
	padding: 80px 0;
}
.home-about-data li > div:nth-child(2) {
	font-size: 18px;
}
}


/*-report-*/
#report {
	padding: 20px 0;
}
@media screen and (min-width: 737px) {
#report {
	margin: 0 0 100px;
}
}
@media screen and (max-width: 736px) {
#report {
	margin: 0 0 60px;
}
}

/*-faq-*/
#faq {
	padding: 20px 0;
}
.home-qa-ul {
	display: block;
}
.home-qa-q {
	position: relative;
	margin: 0 0 10px 20px;
	color: var(--col-gr);
	font-weight: bold;
	line-height: 1.4;
}
.home-qa-q::before {
	position: absolute;
	content: "Q";
	margin: 0 0 0 -20px;
	font-size: 16px;
	line-height: 1;
}
.home-qa-ul li {
	display: block;
	margin: 0 0 40px 20px;
}
@media screen and (min-width: 737px) {
#faq {
	margin: 0 0 100px;
}
@media screen and (max-width: 736px) {
#faq {
	margin: 0 0 60px;
}


/*-single-*/
.single-h1 {
	color: var(--col-pk);
	text-align: left;
	line-height: 1.6;
}
.single-article h2 {
	margin: 30px 0 20px;
	color: var(--col-gr);
}
.single-article h3 {
	margin: 30px 0 20px;
	color: #999;
}
.single-article h4 {
	margin: 30px 0 20px;
	color: var(--col-yl);
}
.single-article img {
	display: block;
	width: 100%;
}
.single-post img {
	display: block;
	max-width: 100%;
	/*max-height: 40vh;*/
	margin: 0 auto;
}
.single-topwrap {
	display: grid;
	gap: 0 4%;
	grid-template-columns: 1fr 1fr;
}
.single-tag {
	font-size: 11px;
	color: #aaa;
	text-align: left;
}
.single-date {
	font-size: 11px;
	color: #aaa;
	text-align: right;
}
.goods .single-date {
	display: none;
}
.single-post section > p {
	margin: 0 0 20px;
}
.toplink {
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	font-style: italic;
	color: #4166aa;
}
.toplink span {
	padding: 0 0 5px 20px;
	border-bottom: 1px solid #4166aa;
}
@media screen and (min-width: 737px) {
.single-article {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 60px;
}
.single-article p,
figure {
	margin: 0 0 30px !important;
}
.single-h1 {
	margin: 0 0 40px;
	font-size: 34px;
}
.single-article h2 {
	font-size: 30px;
}
.single-article h3 {
	font-size: 24px;
}
.single-article h4 {
	font-size: 20px;
}
.single-catch {
	margin: 0 0 30px;
}
}
@media screen and (max-width: 736px) {
.single-article {
	width: 100%;
	margin: 0 auto 40px;
}
.single-article p,
figure {
	margin: 0 0 30px !important;
}
.single-h1 {
	margin: 0 0 30px;
	font-size: 24px;
}
.single-article h2 {
	font-size: 30px;
}
.single-article h3 {
	font-size: 16px;
}
.single-article h4 {
	font-size: 14px;
}
.single-catch {
	margin: 0 0 20px;
}
}

/*-page-*/
.page-article {
	width: 100%;
	margin: 0 0 60px;
}
.page-article section+section {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #eee;
}
.page-h1 {
	margin: 0 0 40px;
	color: var(--col-pk);
	text-align: center;
	line-height: 1.6;
}
.page-article h2 {
	margin: 40px 0 30px;
	color: var(--col-gr);
}
.page-article h3 {
	margin: 40px 0 30px;
	color: #999;
}
.page-article h4 {
	margin: 40px 0 30px;
	color: #eed215;
}
.page-top {
	width: 100%;
	background-size: cover;
}
.page-top-text {
	width: 100%;
	height: 0;
	padding-top: 36%;
	background-size: cover;
}
.page-left {
	width: 30%;
}
.page-post {
	width: 100%;
}
.page-post img {
	display: block;
	max-width: 100%;
}
.page input {
	display: block;
	margin: 5px 0 0;
	padding: 14px;
	border: 1px solid #ddd;
	font-size: 16px;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-transition: none;
	transition: none;
}
.wp-block-separator {
	border-top: none !important;
	border-bottom: 1px solid #ddd !important;
}
@media screen and (min-width: 737px) {
.page-article p {
	margin: 0 0 30px;
}
.page-h1 {
	font-size: 34px;
}
.page-article h2 {
	font-size: 30px;
}
.page-article h3 {
	font-size: 24px;
}
.page-article h4 {
	font-size: 20px;
}
}
@media screen and (max-width: 736px) {
.page-article p {
	margin: 0 0 30px;
}
.page-h1 {
	font-size: 24px;
}
.page-article h2 {
	font-size: 22px;
}
.page-article h3 {
	font-size: 18px;
}
.page-article h4 {
	font-size: 14px;
}
}

/*-category-*/
.cat-article h1 {
	margin: 0 0 40px;
	color: var(--col-pk);
	text-align: center;
	line-height: 1.6;
}
.category-goods .cat-article h1 {
	color: var(--col-yl);
}
.cat-ul {
	display: grid;
	width: 100%;
	margin: 0 auto;
}
.cat-ul a {
	display: block;
	color: #666;
}
.cat-ul a img {
	display: block;
	width: 100%;
	margin: 0 0 10px;
}
.cat-date {
	font-size: 11px;
	color: #ccc;
	line-height: 1;
}
@media screen and (min-width: 737px) {
.cat-article h1 {
	font-size: 34px;
}
.cat-ul {
	gap: 40px;
	grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 736px) {
.cat-article h1 {
	font-size: 24px;
}
.cat-ul {
	gap: 30px 6%;
	grid-template-columns: 1fr 1fr;
}
}

/*-ticketbtn-*/
.ticketbtn {
	display: block;
	width: 70%;
	margin: 5px auto 0;
	padding-top: 36.75%;
	background-size: contain;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
}
.ticketbtn:hover {
	text-decoration: none;
}
.ticketbtn-in1 {
	padding: 20px 4% 5px;
	font-size: 14px;
}
.ticketbtn-in2 {
	padding: 0 4% 20px;
	font-size: 11px;
	color: #999;
}

/*-privacy-*/
.page-id-162 .page-memberimg-top,
.page-id-162 .page-left {
	display: none;
}
.page-id-162 .page-post {
	width: 100%;
	padding: 0 0 40px;
}
.page-id-162 .page-post h2 {
	margin: 0 0 15px;
	font-size: 18px;
}
.page-id-162 .page-post h3 {
	margin: 0 0 15px;
	font-size: 14px;
}
.page-id-162 .page-post p {
	margin: 0 0 15px;
	font-size: 12px;
	color: #666;
}

/*-pagenation-*/
.page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.page-numbers li {
	margin: 0 2%;
}
.page-numbers.current {
	color: #e3b6b6;
}

/*-wake-*/
.wake,
img.wake,
.single-post img {
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
	transition: .8s;
}
.wakeup,
img.wakeup,
.single-post img.wakeup {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition: .8s;
}
