@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
html {
	font-size: 62.5%;
}

body {
	position: relative;
	background-color: #FFF;
	font-size: 1.8rem;
	line-height: 1;
	color: #222;
	font-weight: 300;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

header {
	width: auto;
	margin: 0px auto;
}

main {
	width: 100%;
	margin: 0px auto;
}
@media (min-width: 1060px) {
	main {
		min-height: calc(100vh - 275px);
	}
}
@media (max-width: 767px) {
	main {
		min-height: calc(100vh - 150px);
	}
}

footer {
	width: 100%;
	margin: 0px auto;
}

section {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.pc_br {
	display: block;
}

.sp_br {
	display: none;
}

@media (max-width: 767px) {
	.sp_br {
		display: block;
	}
	.pc_br {
		display: none;
	}
}
.c-page-title {
	display: block;
	font-family: "Chivo", sans-serif;
}

.c-sec-title {
	display: block;
	width: auto;
	text-align: center;
	line-height: 1;
	font-size: 5rem;
	font-weight: 400;
	font-family: "Chivo", sans-serif;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.c-sec-title {
		font-size: 4.5rem;
	}
}
@media (max-width: 767px) {
	.c-sec-title {
		font-size: 4rem;
	}
}

.c-font-ja {
	font-family: "Noto Sans JP", sans-serif;
}

.c-font__Serif {
	font-family: "Noto Serif JP", serif;
}

.c-font__SansSerif {
	font-family: "Noto Sans JP", sans-serif;
}

.c-font__weight--300 {
	font-weight: 300;
}

.c-font__weight--400 {
	font-weight: 400;
}

.c-font__weight--500 {
	font-weight: 500;
}

.c-font__weight--600 {
	font-weight: 600;
}

.c-font__weight--700 {
	font-weight: 700;
}

.c-font__weight--900 {
	font-weight: 900;
}

.c-font__weight--bold {
	font-weight: bold;
}

.c-text-left {
	text-align: left;
	word-break: break-word;
}

.c-text-justify {
	text-align: justify;
	word-break: break-word;
}

.c-text-through {
	text-decoration-line: line-through;
	text-decoration-style: double;
	text-decoration-color: #000;
}

.c-block {
	display: block;
}

.c-inline-block {
	display: inline-block;
}

.c-ellipsis {
	width: 100%; /* 省略せずに表示するサイズを指定 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-flex {
	display: flex;
	flex-wrap: wrap;
}

.c-flex--nowrap {
	display: flex;
}

.c-flex--column {
	display: flex;
	flex-direction: column;
}
@media (max-width: 767px) {
	.c-flex--column--sp {
		flex-direction: column;
	}
}

.c-flex-justify-center {
	justify-content: center;
}

.c-flex-between {
	justify-content: space-between;
}

.c-flex-around {
	justify-content: space-around;
}

.c-flex-justify-end {
	justify-content: flex-end;
}

.c-flex-vcenter {
	align-items: center;
}

.c-flex-vstart {
	align-items: flex-start;
}

.c-flex-vend {
	align-items: flex-end;
}

.c-flex-align-center {
	align-content: center;
}

.c-flex-align-end {
	align-content: flex-end;
}

.c-flex-elm-vcenter {
	-ms-grid-row-align: center;
	    align-self: center;
}

.c-obj-fit {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.c-maxwidth {
	max-width: 1300px;
}

.c-inner-maxwidth {
	max-width: 900px;
}

.c-innerbox {
	display: block;
	width: 100%;
	height: auto;
}

.c-button {
	display: inline-block;
	padding: 0.5em 3em;
	font-size: 2.2rem;
	color: #000;
	background-color: #C59A35;
	border-radius: 5rem;
}
@media (max-width: 767px) {
	.c-button {
		font-size: 1.8rem;
	}
}

nav.navigation.pagination .screen-reader-text {
	display: none;
}
nav.navigation.pagination .nav-links ul {
	display: flex;
	justify-content: center;
}
nav.navigation.pagination .nav-links li {
	margin: 0.5rem;
}
nav.navigation.pagination .nav-links li span, nav.navigation.pagination .nav-links li a {
	display: inline-block;
	padding: 0.6rem 1.1rem;
}
nav.navigation.pagination .nav-links li .current {
	background-color: #432E2A;
	color: #FFF;
	border-radius: 1em;
}
nav.navigation.pagination .nav-links .page-numbers {
	font-size: 2.2rem;
}
nav.navigation.pagination .nav-links .page-numbers.prev, nav.navigation.pagination .nav-links .page-numbers.next {
	color: #432E2A;
}

.blog-paging--single .nav-button.nav-next {
	color: #432E2A;
}
.blog-paging--single .nav-button.nav-next span {
	display: inline-block;
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.blog-paging--single .nav-button.nav-prev {
	color: #432E2A;
}
.blog-paging--single .nav-button.nav-separator {
	display: inline-block;
	margin: 0 1rem;
	color: #999;
}

.c-form-input {
	border: 1px solid #999;
	padding: 0.4rem;
}

.p-header {
	position: fixed;
	left: 0;
	top: -75px;
	width: 100%;
	height: 75px;
	background-color: #FFF;
	z-index: 10;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 1059px) {
	.p-header {
		top: -55px;
		height: 55px;
	}
}
.p-header.is-view {
	position: sticky;
	top: 0px;
}
.p-header__inner {
	width: 100%;
	height: 100%;
}
.p-header__logo {
	flex: 1;
	height: 60px;
	margin-top: 8px;
	margin-left: 20px;
}
@media (max-width: 1059px) {
	.p-header__logo {
		display: none;
	}
}
.p-header__logo-image {
	width: auto;
	height: 100%;
}
@media (max-width: 1059px) {
	.p-header__nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #432E2A;
		background: url("../img/h_nav_bg-sp.jpg") center center;
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		opacity: 0.5;
		flex-direction: column !important;
		justify-content: flex-start !important;
	}
}
.p-header__nav__logo {
	display: none;
}
@media (max-width: 1059px) {
	.p-header__nav__logo {
		margin-top: 10rem;
		display: block;
	}
}
@media (max-width: 1059px) {
	.p-header__nav__logo-image {
		display: block;
		width: 260px;
		height: 88px;
	}
}
@media (max-width: 1059px) {
	.p-header__list {
		margin-top: 5rem;
		max-width: 400px;
	}
}
.p-header__list-item {
	font-size: 1.8rem;
}
.p-header__list-item a {
	padding: 0.5rem 1rem;
}
@media (max-width: 1059px) {
	.p-header__list-item {
		width: 100%;
		padding: 2.5rem 0;
		font-size: 2.2rem;
	}
	.p-header__list-item::before {
		content: "》";
		font-weight: 600;
		margin-right: -1rem;
	}
}
.p-header__contact {
	z-index: 2;
}
@media (max-width: 1059px) {
	.p-header__contact {
		width: 100%;
		padding-right: 50px;
		background-color: #FFF;
	}
}
.p-header__contact::before {
	content: "|";
}
@media (max-width: 1059px) {
	.p-header__contact::before {
		content: none;
	}
}
.p-header__contact__icon-image {
	margin: 0 10px;
	width: 40px;
	height: 40px;
}
@media (max-width: 1059px) {
	.p-header__contact__icon-image {
		width: 30px;
		height: 30px;
	}
}
.p-header__contact__btn {
	padding: 0.2rem 0.5rem;
	height: 100%;
	width: 200px;
	color: #FFF;
	font-size: 1.8rem;
	text-align: center;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-header__contact__btn {
		width: 170px;
		font-size: 1.6rem;
	}
}
@media (max-width: 767px) {
	.p-header__contact__btn {
		width: 112px;
		font-size: 1.4rem;
	}
}
.p-header__contact__btn--entry {
	background-color: #C59A35;
}
.p-header__contact__btn--contact {
	background-color: #753478;
}
.p-header__menu-button {
	display: none;
}
@media (max-width: 1059px) {
	.p-header__menu-button {
		display: flex;
		position: fixed;
		right: 0px;
		top: 0px;
		width: 55px;
		height: 55px;
		margin: 0 auto;
		padding: 12px 0;
		cursor: pointer;
		z-index: 15;
		background-color: #FFF;
	}
	.p-header__menu-button__border {
		display: block;
		width: 32px;
		height: 3px;
		background-color: #C59A35;
		-webkit-transform-origin: center;
		        transform-origin: center;
		-webkit-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
}

body.is-menu-opened .p-header__menu-button__border:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-7px, 7px);
	        transform: rotate(-45deg) translate(-7px, 7px);
}
body.is-menu-opened .p-header__menu-button__border:nth-child(2) {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	margin: auto;
}
body.is-menu-opened .p-header__menu-button__border:nth-child(3) {
	opacity: 0;
}
@media (max-width: 1059px) {
	body.is-menu-opened .p-header__nav {
		-webkit-transform: translateY(55px);
		        transform: translateY(55px);
		opacity: 1;
	}
}
body.is-menu-opened .p-header__nav__logo {
	display: none;
}
@media (max-width: 1059px) {
	body.is-menu-opened .p-header__nav__logo {
		display: block;
	}
}

.p-footer {
	position: relative;
	margin-top: 0;
	padding: 5rem 0 1rem;
	height: 200px;
	text-align: center;
	background-color: #F5DEA8;
	z-index: 1;
}
@media (max-width: 767px) {
	.p-footer {
		height: 150px;
		padding-top: 3rem;
	}
}
.p-footer a {
	color: #000;
}
.p-footer__gotop-link {
	display: none;
}
.p-footer__gotop-image {
	position: fixed;
	right: 10px;
	bottom: 60px;
	width: 88px;
	height: 127px;
}
@media (max-width: 767px) {
	.p-footer__gotop-image {
		right: 10px;
		bottom: 60px;
		width: 64px;
		height: 92px;
	}
}
.p-footer__title {
	font-size: 2.6rem;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-footer__title {
		font-size: 2.2rem;
	}
}
@media (max-width: 767px) {
	.p-footer__title {
		font-size: 1.5rem;
	}
}
.p-footer__logo-image {
	margin-right: 1rem;
	width: 50px;
	height: 52px;
}
@media (max-width: 767px) {
	.p-footer__logo-image {
		width: 38px;
		height: 40px;
	}
}
.p-footer__tel {
	margin-top: 1rem;
	font-size: 3rem;
}
@media (max-width: 1059px) {
	.p-footer__tel {
		font-size: 2.4rem;
	}
}
.p-footer__tel a {
	font-size: 4rem;
}
@media (max-width: 1059px) {
	.p-footer__tel a {
		font-size: 3rem;
	}
}
.p-footer__mail {
	margin-left: 3rem;
	width: auto;
	height: 4rem;
}
@media (max-width: 767px) {
	.p-footer__mail {
		height: 3rem;
	}
}
.p-footer__copy {
	padding: 0.8em 1rem 0 0;
	text-align: right;
	font-size: 1.2rem;
	color: #432E2A;
}
@media (max-width: 767px) {
	.p-footer__copy {
		padding: 1.5em 0 0;
		text-align: center;
	}
}

.p-news__page-title {
	height: 100px;
	color: #FFF;
	font-size: 3.5rem;
	background-color: #432E2A;
}
@media (max-width: 767px) {
	.p-news__page-title {
		padding: 0 2rem;
	}
}
.p-news__innerbox {
	margin: 0 auto;
	padding: 10rem 0;
}
@media (max-width: 767px) {
	.p-news__innerbox {
		padding: 5rem 0;
	}
}
.p-news .blog-paging {
	margin-top: 3rem;
}
.p-news__btn-more {
	margin-top: 5rem;
	font-size: 2rem;
}
.p-news__list {
	margin: 0 auto 0;
	padding: 0 1rem;
}
@media (max-width: 767px) {
	.p-news__list {
		margin: 30px auto 0;
	}
}
.p-news__list-item {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 2.5rem 3.5rem;
	text-align: left;
	font-size: 2rem;
	border-bottom: 1px solid #CACACA;
	overflow: hidden;
}
.p-news__list-item:nth-of-type(1) {
	border-top: 1px solid #CACACA;
}
@media (max-width: 767px) {
	.p-news__list-item {
		width: 96%;
		padding: 1.5rem 1rem;
	}
}
.p-news__list-item a {
	padding: 0.5rem 0;
}
@media (max-width: 767px) {
	.p-news__list-item-date {
		font-size: 1.4rem;
	}
}
.p-news__list-item-title {
	flex: 1;
	margin-left: 3rem;
}
@media (max-width: 767px) {
	.p-news__list-item-title {
		font-size: 1.6rem;
		margin-left: 2rem;
		line-height: 1.4;
	}
}
.p-news__article {
	margin: 0 auto 0;
	padding: 0 1rem;
}
@media (max-width: 767px) {
	.p-news__article {
		margin: 0 auto 0;
	}
}
.p-news__article__post-title {
	display: block;
	width: 100%;
	padding-left: 1rem;
	padding-bottom: 1.2rem;
	font-size: 2.2rem;
	text-align: left;
	line-height: 1.2;
	border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
	.p-news__article__post-title {
		font-size: 2rem;
	}
}
.p-news__article__post-date {
	display: block;
	padding-top: 0.8rem;
	padding-left: 1rem;
	font-size: 2rem;
	text-align: left;
}
@media (max-width: 767px) {
	.p-news__article__post-date {
		font-size: 1.8rem;
	}
}
.p-news__article__post-content {
	padding: 0 1rem;
	margin-top: 3rem;
	font-size: 1.8rem;
	text-align: left;
}
@media (max-width: 767px) {
	.p-news__article__post-content {
		padding: 0 2rem;
		font-size: 1.6rem;
	}
}
.p-news__article__post-content p {
	padding-top: 1em;
	line-height: 1.6;
}
.p-news__article__post-content h2 {
	padding-top: 2em;
	font-size: 2.8rem;
	font-weight: 500;
}
.p-news__article__post-content h3 {
	padding-top: 1.5em;
	font-size: 2.2rem;
	font-weight: 500;
}
.p-news__article__post-content h4 {
	padding-top: 1.2em;
	font-size: 2.2rem;
	font-weight: 500;
}
.p-news__article__post-content a {
	-webkit-text-decoration: underline dotted red;
	        text-decoration: underline dotted red;
}
/*# sourceMappingURL=news.css.map */