@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

@media screen and (min-width: 768px) {
	img {
		width: auto;
	}
}
.pcOnly {display:none;}

@media screen and (min-width: 768px) {
	.spOnly {display:none;}
	.pcOnly {display:inherit;}
}

/* ヘッダー */
header {
	background:#fff;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	box-shadow:0 0 7px rgba(0,0,0, 0.15);
}
header .pc_header ul {
	display:flex;
	justify-content: flex-end;
	align-items: center;
	padding:2px 20px 2px 0;
	font-family: "Noto Serif JP", serif;
	font-size:18px;
	font-weight: 500;
	color:#fff;
	background:#512d68;
}
header .pc_header .tel {
	margin:0 15px 0 25px ;
	padding-left:30px;
	background:url(../img/pc_header_tel.png) no-repeat left center ;
	background-size:auto 60%;
	font-size:28px;
}
header .inner {
	margin:0 auto;
	max-width:1400px;
}

@media screen and (min-width:769px) {
	header .inner .sp_header {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		padding:0 10px;
	}
	header .inner .sp_header .logo {
		max-width:160px;
	}
}

@media screen and (max-width:1200px) {
	header .inner {
		width:96%;
	}
	header .inner .sp_header .logo {
		max-width:160px;
	}
}
@media screen and (max-width:768px) {
	header .inner {
		padding:0 0 0px;
		width:100%;
	}
	header .inner .sp_header {
		box-shadow:0 0 7px rgba(0,0,0, 0.15);
	}
	header .inner .sp_header .logo {
		margin-left:2%;
		max-width:auto;
		max-height:50px;
	}
	header .inner .sp_header .logo img {
		margin-top:5px;
		max-height:50px;
	}
	.navInfo_sp {
		margin:30px 7% ;
		padding:15px 0 0 0;
		border-top:1px solid #fff;
		font-family: "Noto Serif JP", serif;
		font-size:16px;
		font-weight: 500;
		color:#fff;
		text-align:center;
	}
	.navInfo_sp .tel a {
		display:block;
		margin:10px 0;
		padding:10px;
		font-size:24px;
		color:#000;
		text-align:center;
		background:url(../img/sp_header_tel_bg.png) no-repeat left center ;
		background-size:cover;
		text-decoration:none;
	}
	.navInfo_sp .tel a span {
		padding-left:30px;
		background:url(../img/sp_header_tel.png) no-repeat left center ;
		background-size:auto 65%;
	}
}

/* 本文 */
@media screen and (max-width:768px) {
	main {
		margin-top:60px;
	}
}

.panlist {
	padding:5px 0;
	background:#f7f7f7;
}
.panlist ul {
	display:flex;
	margin:0 auto;
	max-width:1380px;
	font-size:14px;
}
.panlist ul li {
	margin:0 0.5em;
	padding:2px 20px 2px 0;
	background:url(../img/panlist_ic.png) no-repeat right center ;
	background-size:6px auto;
}
.panlist ul li:last-child {
	background:none;
}
.panlist ul li a {
	color:#333;
	text-decoration:none;
}
.panlist ul li a:hover {
	text-decoration:underline;
}
@media screen and (max-width:1200px) {
	.panlist ul {
		max-width:96%;
	}
}
@media screen and (max-width:768px) {
	.panlist ul {
	font-size:3vw;
	}
}

.sec_pageTit {
	margin:0 auto;
	padding:40px 0 40px;
	max-width:1100px;
}
.sec_pageTit h1 {
	font-family: "Noto Serif JP", serif;
	font-size:48px;
	font-weight: 500;
	color:#512d68;
}
.sec_pageTit .pageTit_sub {
	margin-top:25px;
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	font-weight: 500;
	color:#512d68;
}
@media screen and (max-width:1200px) {
	.sec_pageTit {
		max-width:90%;
	}
}
@media screen and (max-width:768px) {
	.sec_pageTit h1 {
		font-size:8vw;
	}
	.sec_pageTit .pageTit_sub {
		margin-top:15px;
		font-size:4vw;
	}
}

.sec_white {
	margin:0 auto;
	padding:80px 0 100px;
	background:#fff;
}
.sec_gray {
	margin:0 auto;
	padding:80px 0 100px;
	background:#f7f7f7;
}
.sec_black {
	margin:0 auto;
	padding:80px 0 100px;
	background:#333 url(../img/sec_black.jpg) no-repeat bottom center ;
	background-size:cover;
}
.sec_season {
	margin:0 auto;
	padding:90px 0 100px;
	background:#fbf9f8;
	max-width:100%;
}
.sec_inner {
	margin:0 auto;
	max-width:1100px;
}
.sec_inner100 {
	margin:0 auto;
	max-width:100%;
}
.sec_news_inner {
	margin:0 auto;
	max-width:960px;
	background:#fff;
}
.sec_season_inner {
	margin:0 auto;
	max-width:960px;
	background:#fff;
}
.sec_season_inner_bg {
	margin:0 -40px ;
	padding:100px 0;
	background: url(../img/season_bg_01.png) no-repeat top center ;
	background-size:100% auto;
}
.sec_inner h2 {
	padding-bottom:35px;
	background:url(../img/h2.png) no-repeat bottom center ;
	background-size:100px auto;
	font-family: "Noto Serif JP", serif;
	font-size:36px;
	font-weight: 500;
	color:#512d68;
	text-align:center;
}
.sec_black .sec_inner h2 {
	color:#fff;
}
.sec_inner .h2_read {
	margin-top:30px;
	margin-bottom:10px;
	font-size:22px;
	font-weight:500;
	text-align:center;
}
.sec_black .sec_inner .h2_read {
	color:#fff;
}
@media screen and (max-width:1100px) {
	.sec_season {
		padding:50px 0 50px;
	}
	.sec_inner {
		max-width:90%;
	}
	.sec_inner100 {
		max-width:100%;
	}
	.sec_news_inner {
		max-width:90%;
	}
	.sec_season_inner {
		max-width:90%;
	}
	.sec_season_inner_bg {
		margin:0 -5% ;
		padding:50px 0;
	}
}
@media screen and (max-width:768px) {
	.sec_white {
		padding:50px 0;
	}
	.sec_gray {
		padding:50px 0 ;
	}
	.sec_inner {
		max-width:90%;
	}
	.sec_inner100 {
		max-width:100%;
	}
	.sec_inner h2 {
		font-size:7vw;
		padding-bottom:20px;
	}
	.sec_inner .h2_read {
		font-size:4vw;
	}
}


/* フッター */
footer {
	background:#512d68;
	color:#fff;
}
footer .inner {
	display:flex;
	flex-wrap: wrap;
	margin:0 auto;
	padding:60px 0 100px;
	max-width:1100px;
}
footer .inner .col:nth-child(1) {
	width:40%;
}
footer .inner .col:nth-child(2) {
	width:40%;
}
footer .inner .col:nth-child(3) {
	width:20%;
}
footer .inner .col .tit {
	font-family: "Noto Serif JP", serif;
	font-size:28px;
	font-weight: 500;
	color:#fff;
}
footer .inner .col .logo {
	margin-top:40px;
	max-width:100px;
}
footer .inner .col .info {
	margin-top:20px;
	font-size:18px;
	line-height:1.5;
}
footer .inner .col ul {
	margin-bottom:50px;
	font-size:18px;
}
footer .inner .col:nth-child(2) ul a {
	max-width:13em;
}
footer .inner .col:nth-child(3) ul a {
	max-width:13em;
}
footer .inner .col ul li {
	margin-top:20px;
}
footer .inner .col ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	background:url(../img/f_ic.png) no-repeat right center ;
	background-size:7px auto;
}
footer .inner .col ul li a:hover {
	color:#edd48e;
}
footer .inner .col .tit2 {
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	font-weight: 500;
	color:#edd48e;
}
footer .inner .col .tit2 a {
	display:block;
	max-width:11em;
	color:#edd48e;
	text-decoration:none;
	background:url(../img/f_ic.png) no-repeat right center ;
	background-size:7px auto;
}
footer .inner .col .tit a:hover {
	color:#fff;
}
footer .f_copy {
	padding:20px 0;
	background:#925e9a;
	font-weight: 400;
	text-align:center;
}
@media screen and (max-width:768px) {
	footer .inner {
		flex-direction: column;
		max-width:90%;
	}
	footer .inner .col:nth-child(1) {
		width:100%;
	}
	footer .inner .col:nth-child(2) {
		margin-top:50px;
		width:100%;
	}
	footer .inner .col:nth-child(3) {
		margin-top:50px;
		width:100%;
	}
	footer .f_copy {
		font-size:2.5vw;
	}
}
