@charset "utf-8";
/* CSS Document */
html {
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	color: #030209;
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	color: #030209;
	letter-spacing: 0.08em;
	font-size: 1.5rem;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	font-weight: 400;
	font-feature-settings: 'palt'1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background: url("image/mv_bg.png") top center no-repeat;
}
p {
	line-height: 2.0;
	text-align: justify;
	margin-bottom: 1.4em;
}
p:last-child {
	margin-bottom: 0!important;
}
a {
	text-decoration: none;
	transition: .3s;
}
a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	body {
		font-size: 1.5rem;
		line-height: 1.875em;
		letter-spacing: 0.1em;
	}
	p {
		line-height: 1.8;
	}
}

@media only screen and (min-width: 781px) {
    .sp { display: none!important; }
    .pc { display: block; }
}
@media only screen and (max-width: 780px) {
    .pc { display: none!important; }
    .sp { display: block!important; }
}

/* header
--------------------------------------------------------*/
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #EEB9B8;
	padding: 0 40px;
	height: 80px;
}
header .head_logo {
	max-width: 120px;
}
header .head_btn {
	display: flex;
}
header .head_btn1 {
	margin: 0 20px 0 0;
}
header .head_btn2 {
	margin: 0;
}
header .head_btn1 a, header .head_btn2 a {
	display: block;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 1.5rem;
	text-decoration: none;
	line-height: 1;
	border-radius: 100px;
}
header .head_btn1 a {
	background-color: #fff;
	color: #502200;
}
header .head_btn2 a {
	background-color: #502200;
	color: #fff;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	header {
		padding: 0 10px;
		height: 60px;
	}
	header .head_logo {
		max-width: 80px;
	}
	header .head_btn1 {
		margin: 0 10px 0 0;
	}
	header .head_btn1 a, header .head_btn2 a {
		padding: 10px 20px;
		font-size: 1.2rem;
		letter-spacing: 0.01em;
	}
}

/* mv
--------------------------------------------------------*/
.sec_mv {
	background: url("image/mv.jpg") right bottom no-repeat;
	background-size: cover;
	height: calc( 100vh - 80px );
	margin-top: 80px;
	padding: 0 20px;
}
.sec_mv_wrap {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100%;
}
.sec_mv .box {
	display: inline-block;
}
.sec_mv h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 4.0rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 30px;
}
.sec_mv p {
	font-size: 2.0rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 50px;
}
.mv_logo {
	max-width: 400px;
	margin: 0 auto;
	padding-right: 80px;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec_mv {
		background: url("image/mv_sp.jpg") right bottom no-repeat;
		background-size: cover;
		height: calc( 100vh - 60px );
		margin-top: 60px;
		padding: 0 0 12%;
	}
	.sec_mv_wrap {
		align-items: flex-end;
	}
	.sec_mv .box {
		background-color: rgb(173 123 91 / 0.46);
		width: 100%;
		padding: 20px 20px 30px;
	}
	.sec_mv h2 {
		font-size: 3.0rem;
		line-height: 1.6;
		margin-bottom: 14px;
		text-align: center;
	}
	.sec_mv p {
		font-size: 1.5rem;
		margin-bottom: 20px;
		text-align: center;
	}
	.mv_logo {
		max-width: 60%;
		padding: 0;
	}
}


/* common
--------------------------------------------------------*/
.sec01 h2, .sec03 h2, .sec04 h2, .sec05 h2 {
	background: url("image/logo_ttl.png") top center no-repeat;
	background-size: auto 14px;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	color: #502200;
	line-height: 1;
	letter-spacing: 0.1em;
	padding-top: 36px;
}
.sec01 .intro, .sec03 .intro {
	text-align: center;
	color: #D46A6A;
	font-weight: 600;
	margin-bottom: 40px;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec01 h2, .sec03 h2, .sec04 h2, .sec05 h2 {
		background: url("image/logo_ttl.png") top center no-repeat;
		background-size: auto 10px;
		font-size: 2.0rem;
		letter-spacing: 0.06em;
		padding-top: 26px;
	}
	.sec01 .intro, .sec03 .intro {
		margin-bottom: 30px;
	}
}

/* sec01
--------------------------------------------------------*/
.sec01 {
	background: url("image/sec01_bg.jpg") top center no-repeat;
	padding: 100px 20px 150px;
}
@media screen and (min-width: 1921px) { /*-----------------SP----- */
	.sec01 {
		background: url("image/sec01_bg.jpg") top center no-repeat;
		background-size: cover;
	}
}
.sec01_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sec01 h2 {
	margin-bottom: 20px;
}
.sec01 ul {
	display: flex;
}
.sec01 li {
	width: calc( 100% / 3 );
	padding: 10px 0 24%;
	position: relative;
}
.sec01 li.line {
	width: 1px;
	background-color: #EEB9B8;
	margin: 0 30px;
	align-self: stretch;
}
.sec01 h3 {
	color: #502200;
	font-size: 2.0rem;
	margin-bottom: 30px;
	min-height: 3em;
}
.sec01 img {
	position: absolute;
	bottom: 10px;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec01 {
		background: url("image/sec01_bg.jpg") top center no-repeat;
		background-size: cover;
		padding: 4em 6%;
	}
	.sec01 ul {
		display: block;
	}
	.sec01 li {
		width: 100%;
		padding: 0;
		position: relative;
	}
	.sec01 li.line {
		width: 100%;
		height: 1px;
		background-color: #EEB9B8;
		margin: 2em 0;
	}
	.sec01 h3 {
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 20px;
		min-height: auto;
	}
	.sec01 img {
		position: static;
		width: 80%;
		margin: 0 auto;
	}
}


/* sec02
--------------------------------------------------------*/
.sec02 {
	background-color: #FEF4F4;
	padding: 150px 20px;
}
.sec02_wrap {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sec02 .txt {
	width: 60%;
}
.sec02 .txt h2 {
	font-family: "Noto Serif JP", serif;
	letter-spacing: -0.02em;
	color: #502200;
	font-size: 2.8rem;
	margin-bottom: 40px;
}
.sec02 .txt p {
	margin-bottom: 1.4em;
}
.sec02 .img {
	width: 34%;
}
.sec02 .img img {
	margin-bottom: 6px;
}
.sec02 .img h3 {
	font-size: 1.5rem;
	text-align: right;
}
.sec02 .img h3 strong {
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec02 {
		padding: 4em 6%;
	}
	.sec02_wrap {
		display: block;
	}
	.sec02 .txt {
		width: 100%;
	}
	.sec02 .txt h2 {
		font-size: 2.0rem;
		margin-bottom: 30px;
	}
	.sec02 .img {
		width: 100%;
		margin-top: 2em;
	}
	.sec02 .img img {
		width: 80%;
		margin: 0 auto 6px;
	}
	.sec02 .img h3 {
		font-size: 1.3rem;
		text-align: center;
	}
	.sec02 .img h3 strong {
		font-size: 1.5rem;
	}
}


/* sec03
--------------------------------------------------------*/
.sec03 {
	background: url("image/sec03_bg.jpg") top center no-repeat;
	padding: 100px 20px 150px;
}
@media screen and (min-width: 1921px) { /*-----------------SP----- */
	.sec03 {
		background: url("image/sec03_bg.jpg") top center no-repeat;
		background-size: cover;
	}
}
.sec03_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sec03 h2 {
	margin-bottom: 20px;
}
.sec03 .menu {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec03 .menu img {
	width: 400px;
}
.sec03 .menu ul {
	margin-left: -20px;
}
.sec03 .menu li {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 6px;
	line-height: 1;
	padding: 14px 40px;
	text-align: center;
	color: #502200;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 16px;
}
.sec03 .menu li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec03 {
		padding: 4em 6%;
	}
	.sec03 .menu {
		display: block;
	}
	.sec03 .menu img {
		width: 80%;
		margin: 0 auto 10px;
	}
	.sec03 .menu ul {
		width: 80%;
		margin: 0 auto;
	}
	.sec03 .menu li {
		padding: 14px 20px;
		font-size: 1.5rem;
		margin-bottom: 4px;
	}
}


/* sec04
--------------------------------------------------------*/
.sec04 {
	background-color: #FEF4F4;
	padding: 100px 20px 150px;
}
.sec04_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sec04 h2 {
	margin-bottom: 40px;
}
.sec04 ul {
	display: flex;
	gap: 4%;
	justify-content: center;
}
.sec04 li {
	width: 50%;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec04 {
		padding: 4em 6%;
	}
	.sec04 h2 {
		margin-bottom: 30px;
	}
	.sec04 ul {
		display: block;
	}
	.sec04 li {
		width: 100%;
		margin-bottom: 2em;
	}
	.sec04 li:last-child {
		margin-bottom: 0;
	}
}


/* sec05
--------------------------------------------------------*/
.sec05 {
	background: url("image/sec05_bg.jpg") top center no-repeat;
	padding: 100px 20px 150px;
}
@media screen and (min-width: 1921px) { /*-----------------SP----- */
	.sec05 {
		background: url("image/sec05_bg.jpg") top center no-repeat;
		background-size: cover;
	}
}
.sec05_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sec05 h2 {
	margin-bottom: 40px;
}
.sec05 .flex {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.sec05 .map {
	width: 48%;
}
.sec05 .map iframe {
	width: 100%;
	height: 100%;
}
.sec05 .txt {
	width: 46%;
	padding-bottom: 60px;
}
.sec05 .txt h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #502200;
	margin-bottom: 40px;
}
.sec05 .txt h3 strong {
	font-size: 2.4rem;
	font-weight: bold;
	display: block;
}
.sec05 .txt table {
	border-collapse: collapse;
	border-spacing: 0;
}
.sec05 .txt th {
	border-right: 1px solid #EEB9B8;
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.sec05 .txt td {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.sec05 .txt td a {
	letter-spacing: 0.01em;
	font-size: 1.4rem;
	text-decoration: underline;
	color: #1473e8;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec05 {
		padding: 4em 0 0;
	}
	.sec05 h2 {
		margin-bottom: 30px;
	}
	.sec05 .flex {
		display: block;
	}
	.sec05 .map {
		width: 100%;
		line-height: 1;
		height: 240px;
	}
	.sec05 .map iframe {
		height: 100%;
	}
	.sec05 .txt {
		width: 100%;
		padding: 0 6%;
		margin-bottom: 2em;
	}
	.sec05 .txt h3 {
		font-size: 1.2rem;
		margin-bottom: 20px;
		text-align: center;
	}
	.sec05 .txt h3 strong {
		font-size: 1.8rem;
	}
	.sec05 .txt th {
		white-space: nowrap;
		padding-bottom: 14px;
		padding-top: 14px;
		font-size: 1.3rem;
	}
	.sec05 .txt td {
		padding-bottom: 14px;
		padding-top: 14px;
		line-height: 1.6;
	}
	.sec05 .txt td a {
		font-size: 1.3rem;
	}
}


/* footer
--------------------------------------------------------*/
footer {
	padding: 100px 20px 30px;
	background-color: #EEB9B8;
	color: #fff;
}
footer .flex {
	max-width: 1100px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
}
.foot_logo {
	max-width: 200px;
}
footer .flex li {
	margin-bottom: 20px;
}
footer .flex li a {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
}
footer .flex li:last-child {
	margin-bottom: 0;
}
.copyright {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.01em;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	footer {
		padding: 4em 6% 20px;
	}
	footer .flex {
		margin: 0 auto 4em;
		display: block;
	}
	.foot_logo {
		max-width: 100px;
		margin: 0 auto 2em;
	}
	footer .flex li {
		text-align: center;
		margin-bottom: 10px;
	}
	footer .flex li a {
		font-size: 1.3rem;
	}
	.copyright {
		font-size: 1.0rem;
	}
}


/* sns
--------------------------------------------------------*/
.sns {
	position: fixed;
	right: 18px;
	top: 300px;
	z-index: 999;
}
.sns_ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	color: #707070;
	letter-spacing: 0.01em;
	margin: 0;
	writing-mode: vertical-rl;
	transform: rotate(0deg);
	line-height: 20px;
}
.sns ul {
	width: 20px;
	margin-top: 14px;
}
.sns li {
	margin-bottom: 14px;
}
.sns li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sns {
		position: fixed;
		right: 14px;
		top: 100px;
	}
	.sns_ttl {
		font-size: 1.3rem;
		line-height: 18px;
	}
	.sns ul {
		width: 18px;
		margin-top: 20px;
	}
	.sns li {
		margin-bottom: 20px;
	}
}


