html, body {
	margin: 0;
	font-family: 'GFS Didot',serif;
}

img {
	max-width: 100%;
}

a, a:hover {
	color: inherit;
	text-decoration: none;
}

/*-- header --*/

header .pc-header-menu .toggle-menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 40px;
	height: auto;
	margin: auto;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	opacity: 1;
	transition: 0.5s;
}

header .pc-header-menu .toggle-menu.hide {
	opacity: 0;
	transition: 0.5s;
}

header .pc-header-menu .toggle-menu span {
	display: block;
	width: 100%;
	height: 3px;
	margin: 0.25rem auto;
	background: #ffde63;
	border-radius: 50px;
}

header .pc-header-menu .menu {
	display: flex;
	position: relative;
	justify-content: center;
	margin-top: -200px;
	transition: 0.5s;
}

header .pc-header-menu .menu-inner {
	display: flex;
	position: relative;
	justify-content: center;
	color: #fff;
}

header .pc-header-menu .menu.flex {
	margin-top: 40px;
	transition: 0.5s;
}

header .pc-header-menu .menu.flex.scroll {
	margin-top: 0px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}
.menu__item span {
	margin-top: 10px;
}

header .pc-header-menu .menu-list {
	margin: 2rem 1rem;
}

header .pc-header-menu .menu-list p {
	font-size: 1em;
}

header .pc-header-menu .menu .close-button {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

header.fixed-header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}

@media screen and (max-width: 768px) {
	header.fixed-header {
		position: relative;
	}

	header .sp-header-menu .toggle-menu {
		width: 60px;
		height: auto;
		margin: 0 auto;
		cursor: pointer;
		opacity: 1;
		transition: 0.5s;
	}

	header .sp-header-menu .toggle-menu span {
		display: block;
		width: 100%;
		height: 3px;
		margin: 0.5rem auto;
		background: #ffde63;
		border-radius: 50px;
		opacity: 1;
		transition: 0.5s;
	}

	header .sp-header-menu .toggle-menu.active #top {
		-webkit-transform: translateY(11px) rotate(45deg);
  		transform: translateY(11px) rotate(45deg);
	}

	header .sp-header-menu .toggle-menu.active #middle {
		opacity: 0;
	}

	header .sp-header-menu .toggle-menu.active #bottom {
		-webkit-transform: translateY(-11px) rotate(-45deg);
  		transform: translateY(-11px) rotate(-45deg);
	}

	header .sp-header-menu .menu {
		display: none;
		position: relative;
		background: rgba(0, 0, 0, 0.7);
	}

	header .sp-header-menu .menu-inner {
		position: relative;
		color: #fff;
	}

	header .sp-header-menu .menu .menu-list {
		padding: 0.5rem 0;
	}
}

/*-- footer --*/

footer {
	background: #f8f8f8;
}

footer .contact-box {
	padding: 3rem 0;
}

footer .linebutton-large {
	width: 40%;
	max-width: 300px;
	margin: 0 auto;
	border: 1px solid #000;
}

footer .footer-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 0.5rem 0;
	background: #000;
	z-index: 9998;
}

footer .footer-bar .sns-button {
	margin: auto 0.25rem;
}

footer .footer-bar .copy {
	color: #fff;
}

footer .footer-bar .sns-box {
	justify-content: flex-end;
}

.m-left {
	margin-right: auto;
}

.m-right {
	margin-left: auto;
}



@media screen and (max-width: 768px) {
	footer .linebutton-large {
		width: 80%;
	}

	footer .footer-bar {
		position: relative;
	}

	footer .footer-bar .sns-box {
		justify-content: center;
	}


	.m-left, .m-right {
		text-align: center;
	}
}

/*-- content --*/

.max-width-img {
	width: 100%;
}

.fixed-bg {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	top: 0;
	background: #000;
	z-index: -1;
}

.main.index {
	margin-top: 100vh;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}

.overlay-black {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5);
}

.absolutebox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.absolutebox.under-half {
	height: 50%;
}

.linebutton-large {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #000;
}

.linebutton-large:hover {
	background: rgba(255, 255, 255, 0.2);
}

.linebutton-large.black {
	width: 30%;
	margin: 0 auto;
	color: #fff;
	background: #000;
}

.linebutton-large span {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 1rem 0rem;
}

.index .linebutton-large {
	border: 1px solid #fff;
}

.linebutton-small {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #000;
}

.linebutton-small:hover {
	background: rgba(255, 255, 255, 0.2);
}

.linebutton-small span {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0.5rem 0;
}

.index .linebutton-small {
	border: 1px solid #fff;
}

.linebutton-large::after,
.linebutton-small::after {
	content: '>>';;
	display: inline-flex;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1rem;
	margin: auto;
}

.vertical {
	margin: auto;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
}

.content-box {
	position: relative;
}

.content-box h3 {
	font-size: 1.5rem;
}

.instagram {
	width: 100%;
	margin-top: 8rem;
	margin-bottom: 6rem;
}

.title {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-banner img {
	width: 100%;
}

.ornament h2 {
	display: inline-block;
	position: relative;
	font-size: 2em;
}

.ornament h2::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -99px;
	margin: auto;
	width: 79px;
	height: 32px;
	/**background: url(../img/titleitem-left.png) no-repeat;**/
}

.ornament h2::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -99px;
	margin: auto;
	width: 79px;
	height: 32px;
	/**background: url(../img/titleitem-right.png) no-repeat;**/
}

.ornament h2.no-ornament::before,
.ornament h2.no-ornament::after {
	display: none;
}

.ornament p {
	font-size: 1em;
}

.underline {
	position: relative;
}

.underline::after {
	content: '';
	display: inline-block;
	width: 50px;
	height: 4px;
	margin: 0 auto;
	background: #000;
}

.black-box {
	border: 1px solid #000;
	border-radius: 10px;
}

.send-box {
	border: 1px solid #000;
	border-radius: 5px;
	cursor: pointer;
}

.purple-box {
	border: 1px solid #772853;
	border-radius: 10px;
}

.purple-box h5 {
	display: inline-block;
	position: relative;
}

.purple-box h5::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -35px;
	margin: auto;
	width: 35px;
	height: 33px;
	background: url(../img/purplebox-left.png) no-repeat;
}

.purple-box h5::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -35px;
	margin: auto;
	width: 35px;
	height: 33px;
	background: url(../img/purplebox-right.png) no-repeat;
}

.gray-box {
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: #fbfbfb;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

.gray-box::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #fbfbfb;
 	z-index: 2;
}

.gray-box::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -27px;
 	margin-top: -13px;
	border: 13px solid transparent;
	border-left: 13px solid #e6e6e6;
 	z-index: 1;
}

.gray-box:last-child::before,
.gray-box:last-child::after {
	display: none;
}

.border-box {
	position: relative;
	background: #fff;
	border: 1px solid #000;
}

.price-table .title-cell {
	border-bottom: 10px solid #000;
}

.price-table .cell {
	border-bottom: 1px solid #000;
}

.price-table .cell div {
	display: flex;
	align-items: center;
}

.price-table .cell.flex-start {
	align-items: flex-start;
}

.about .table {
	margin-bottom: 0;
	border-bottom: 1px solid #000;
}

.about .table p {
	margin-bottom: 0;
}

/* 問い合わせフォーム（mw wp form) */
form {
	max-width: 510px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;;
}
.form input {
	max-width: 510px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.submit-btn {
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	margin-top: 50px;
}


.form textarea {
	width: 100%;
}
@media screen and (max-width: 768px) {
	input[type="text"] {
    width: 100%;
	}
	input[type="email"] {
    width: 100%;
	}
	textarea {
		width: 100%;
	}
}

/* .form p {
	color: #858585;
}

.form input[type="radio"] {
	display: none;
}

.form input[type="radio"] + label {
	display: block;
	position: relative;
	margin: auto 30px;
	cursor: pointer;
}

.form input[type="radio"] + label::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -30px;
	margin: auto;
	box-sizing: border-box;
	width: 19px;
	height: 19px;
	background: #fff;
	border: 1px solid #697988;
	border-radius: 100%;
	cursor: pointer;
}

.form input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
	margin: auto;
	width: 9px;
	height: 9px;
	background: #358ed7;
	border-radius: 100%;
	cursor: pointer;
} */ */

.post .date {
	margin: 40px auto 60px;
}

.post .main-text p {
	margin: 40px auto;
}

.post .sns-button {
	display: flex;
	justify-content: center;
	margin: 60px auto;
}

.post .sns-button span {
	color: #fff;
	font-weight: bold;
}

.post .sns-button a {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.post .sns-button .fb-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
	margin-right: 30px;
	padding: 15px 40px;
	background: #3a5695;
}

.post .sns-button .tw-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
	margin-left: 30px;
	padding: 15px 40px;
	background: #55acee;
}

.fa-facebook-f {
	margin-right: 10px;
	font-size: 0.9rem;
	color: #fff;
}

.fa-twitter {
	margin-right: 10px;
	font-size: 0.9rem;
	color: #fff;
}

.post-box img {
	max-width: 100%;
	height: auto;
	max-height: 300px;
}

.post-container {
	max-width: 980px!important;
}

/*-- WP-PageNavi --*/

.wp-pagenavi {
	display: flex;
	justify-content: center;
	margin: 40px auto;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0!important;
	padding: 3px 10px!important;

}

@media screen and (max-width: 768px) {
	h3 {
		font-size: 1rem;
	}

	.vertical {
		-ms-writing-mode: inherit;
	  	writing-mode: inherit;
	}

	.linebutton-large {
		padding: 1rem 4rem;
	}

	.linebutton-small {
		width: 100%;
		margin-top: 0.5rem;
		padding: 0.25rem 0.5rem;
	}

	.linebutton-small span {
		padding: 0;
	}

	.absolutebox {
		width: 80%;
		height: 80%;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.absolutebox .sp-box {
		width: 100%;
	}

	.absolutebox.under-half {
		width: 100%;
		top: unset;
	}

	.content-box h3 {
		font-size: 0.8rem;
	}

	.content-box p {
		font-size: 0.6rem;
		margin-bottom: 0.1rem;
	}

	.page-banner {
		margin-left: -15px;
		margin-right: -15px;
	}

	.page-banner img {
		height: auto;
	}

	.ornament h2::before,
	.ornament h2::after {
		display: none;
	}

	.ornament p {
		font-size: 1.2em;
	}

	.gray-box::before {
		content: "";
		position: absolute;
		top: unset;
		bottom: -24px;
		left: 50%;
		right: unset;
		margin-left: -15px;
		border: 13px solid transparent;
		border-top: 13px solid #fbfbfb;
		z-index: 2;
	}

	.gray-box::after {
		content: "";
		position: absolute;
		top: unset;
		bottom: -26px;
		left: 50%;
		right: unset;
		margin-left: -15px;
		border: 13px solid transparent;
		border-top: 13px solid #e6e6e6;
		z-index: 1;
	}

	.linebutton-large.black {
		width: 90%;
	}

	.category-btn {
		cursor: pointer;
	}

	.drop-menu {
		display: none;
	}

	.post .sns-button {
		display: block;
	}

	.post .sns-button .fb-button,
	.post .sns-button .tw-button {
		width: 90%;
		margin: 20px auto;
	}
}
