@charset "UTF-8";


a,
a:visited,
a:hover {
	text-decoration: none;
}

/*===== index =====*/
#hero {
	position: relative;
	width: 100%;
	height: 41vw;
	background: url(../../img/index/main_pc.webp?v2) no-repeat;
	background-size: cover;
	padding-top: 1px;
}

#hero h1 {
	display: none;
}

#hero .btn {
	margin-top: 37vw;
}

#hero .btn img {
	width: 400px;
	transition: .3s;
}

#hero .btn img:hover {
	transform: translateY(-5px);
}


main {
	text-align: center;
}

@media screen and (max-width: 767px) {
	main {
		padding-top: 15vw;
	}

	#headline {
		padding-top: 0 !important;
	}

	#hero {
		width: 100%;
		height: auto;
		padding-top: 172vw;
		background: url(../../img/index/main_sp.webp?v2) no-repeat;
		background-size: 100% auto;
		padding-top: 1px;
	}

	#hero .btn {
		margin-top: 165vw;
	}

	#hero .btn img {
		width: 80%;
	}
}

#hero #scheduleBox {
	position: absolute;
	top: 150px;
	right: 0;
	background-color: #fff;
	padding: 12px;
	border-radius: 8px 0 0 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

#hero #scheduleBox .sBhead .sBttl {
	display: none;
}

#hero #scheduleBox .sBhead .sBtxt {
	text-align: left;
}

#hero #scheduleBox .sBhead .sBtxt strong {
	color: #ff535b;
	font-weight: bold;
	font-size: 20px;
	margin-right: .5em;
}

#hero #scheduleBox .sBtable table {
	width: 100%;
	margin-top: 8px;
}

#hero #scheduleBox .sBtable tbody th {
	background-color: #ff535b;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	padding: 0 1em;
	border-right: 3px solid #fff;
}

#hero #scheduleBox .sBtable tbody td {
	background-color: #f3f0e9;
	padding: 7px 10px;
	border-right: 2px solid #fff;
}

#hero #scheduleBox .sBtable tbody tr.sBtime td {
	padding-bottom: 0;
	font-size: 18px;
}

#hero #scheduleBox .sBtable tbody tr.sBtime td small {
	font-size: 12px;
	margin-left: .2em;
}

#hero #scheduleBox .sBtable tbody tr.sBmark td {
	padding-top: 0;
	padding-bottom: 10px;
	vertical-align: top;
}

#hero #scheduleBox .sBclose-txt p {
	margin-top: 1em;
	padding-bottom: .5em;
	color: #ff535b;
	font-weight: bold;
	font-size: 108%;
}

#hero #scheduleBox .sBclose-txt a {
	text-decoration: underline;
	color: #ff535b;
}


@media screen and (max-width: 767px) {
	#hero #scheduleBox {
		position: relative;
		top: auto;
		right: auto;
		background-color: none;
		padding: 4vw;
		border-radius: 0;
		box-shadow: none;
		border-bottom: 1px solid #ccc;
	}

	#hero #scheduleBox .sBhead {
		display: flex;
	}

	#hero #scheduleBox .sBhead .sBttl {
		display: block;
		background-color: #ff535b;
		color: #fff;
		font-weight: bold;
		border-radius: 5px;
		font-size: 3.6vw;
		padding: 1vw 2vw 2vw;
		margin-right: 4vw;
		line-height: 1.3em;
	}

	#hero #scheduleBox .sBhead .sBtxt {
		padding-top: 1vw;
		font-size: 3vw;
	}

	#hero #scheduleBox .sBhead .sBtxt strong {
		display: block;
		font-size: 3.6vw;
		margin-right: 0;
	}

	#hero #scheduleBox .sBtable table {
		width: 100%;
		margin-top: 8px;
	}

	#hero #scheduleBox .sBtable tbody th {
		display: none;
	}

	#hero #scheduleBox .sBtable tbody td {
		background-color: #f3f0e9;
		padding: 2vw 1vw;
		border-right: 2px solid #fff;
	}

	#hero #scheduleBox .sBtable tbody tr.sBtime td {
		font-size: 3.6vw;
	}

	#hero #scheduleBox .sBtable tbody tr.sBtime td small {
		font-size: 2vw;
	}

	#hero #scheduleBox .sBtable tbody tr.sBmark td {
		padding-bottom: 10px;
	}

	#hero #scheduleBox .sBtable tbody tr.sBmark td img {
		width: 3.8vw;
		height: 3.8vw;
	}

	#hero #scheduleBox .sBclose-txt p {
		font-size: 4vw;
	}
}



#hero .youtubebox {
	position: absolute;
	bottom: 40px;
	right: 40px;
}

#hero .youtubebox img {
	width: 300px;
	border: solid #fff 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	border-radius: 5px;
}


#hero .youtubebox .btn {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #ff535b;
	padding: .3em 0;
	color: #fff;
	border-radius: 999px;
	font-weight: bold;
	width: 9em;
	font-size: 18px;
}

#hero .youtubebox .btn span::after {
	content: "\f144";
	font-family: FontAwesome;
	margin-left: .2em;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#cboxLoadedContent {
	border: 20px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}


@media screen and (max-width: 767px) {
	#hero.hytb #scheduleBox {
		margin-top: 25vw;
	}

	#hero .youtubebox {
		position: absolute;
		top: 50vw;
		bottom: auto;
		left: 0;
		right: 0;
	}

	#hero .youtubebox img {
		width: 60vw;
	}

	#hero .youtubebox .btn {
		bottom: 4vw;
		font-size: 4vw;
	}

	#cboxLoadedContent {
		border: 10px solid #fff;
	}
}


#bfConnect {
	position: fixed;
	top: 320px;
	right: 0;
	writing-mode: vertical-rl;
	cursor: pointer;
	background-color: #069ca6;
	border-radius: 10px 0 0 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 1em .7em;
	letter-spacing: 1px;
	transition: .3s;
	z-index: 9998;
}

#bfConnect span::before {
	content: "\f0c1";
	font-family: FontAwesome;
	margin-bottom: .5em;
}

#bfConnect:hover {
	background-color: #42b4bc;
}

@media screen and (max-width: 767px) {
	#bfConnect {
		top: 20vw;
		font-size: 3.6vw;
	}
}






.h2_box h2 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.h2_box span {
	display: block;
	color: #ff8200;
	font-size: 20px;
	letter-spacing: 1px;
	margin-top: .3em;
}

.h2_box h2:before,
.h2_box h2:after {
	content: "";
	display: block;
	width: 178px;
	height: 5px;
	background-image: url(../../img/index/dotted_line_pc.png);
	background-repeat: no-repeat;
}

.h2_box h2:before {
	margin-right: .7em;
}

.h2_box h2:after {
	margin-left: .7em;
}

@media screen and (max-width: 767px) {
	.h2_box h2 {
		font-size: 6vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.h2_box span {
		font-size: 4vw;
	}

	.h2_box h2:before,
	.h2_box h2:after {
		content: "";
		display: block;
		width: 15vw;
		height: .7vw;
		background-image: url(../../img/index/dotted_line_sp.png);
		background-size: contain;
	}

	.h2_box h2:before {
		margin-right: .4em;
	}

	.h2_box h2:after {
		margin-left: .4em;
	}
}



/*===== sec001 =====*/
#sec001 {
	padding-top: 100px;
	padding-bottom: 70px;
}

#sec001 #postSliderWrap {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

#sec001 .item {
	width: 380px;
}

#sec001 .item p {
	font-size: 18px;
	line-height: 1.6em;
	text-align: left;
	margin-top: 1em;
}

#sec001 .item p span {
	display: block;
	color: #858585;
	font-size: 15px;
}

#sec001 .item .imgbox img {
	width: 380px;
	height: 240px;
	object-fit: cover;
}

#sec001 .btn {
	margin-top: 40px;
}

#sec001 .btn a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #a7a7a7;
	border-radius: 30px;
	padding: 1em 2.8em;
}

#sec001 .btn a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: .7em;
}

@media screen and (max-width: 767px) {
	#sec001 {
		padding-top: 10vw;
		padding-bottom: 15vw;
	}

	#sec001 #postSliderWrap {
		width: 70%;
		margin-top: 5vw;
	}

	#sec001 .item {
		width: 100%;
	}

	#sec001 .item .imgbox img {
		width: 70vw;
		height: 44vw;
		object-fit: cover;
	}


	#sec001 .item p {
		font-size: 4vw;
		margin-top: .7em;
	}

	#sec001 .item p span {
		font-size: 3.6vw;
	}

	#sec001 .btn {
		margin-top: 8vw;
	}

	#sec001 .btn a {
		font-size: 4vw;
		font-weight: normal;
		padding: .7em 2em;
	}
}



/*===== sec002 =====*/
#sec002 {
	background-color: #f2efe8;
	padding-top: 80px;
	padding-bottom: 40px;
}

#sec002 .box {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}

#sec002 .box .item {
	width: 380px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px;
}

#sec002 .box .item span img {
	border-radius: 5px;
}

#sec002 .box .item p strong {
	display: block;
	color: #ff8100;
	font-size: 20px;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: .8em;
}

#sec002 .box .item p {
	font-size: 16px;
}

#sec002 .s01 {
	display: block;
	margin-top: 35px;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding-top: 3vw;
		padding-bottom: 10vw;
	}

	#sec002 .box {
		flex-direction: column;
		width: 80%;
		margin-top: 0;
	}

	#sec002 .box .item {
		width: 100%;
		padding: 3vw;
		margin-top: 5vw;
	}

	#sec002 .box .item p strong {
		font-size: 4.8vw;
		margin-top: 1em;
		margin-bottom: .5em;
	}

	#sec002 .box .item p {
		font-size: 3.6vw;
		margin-bottom: .5em;
	}

	#sec002 .s01 {
		margin-top: 8vw;
	}
}



/*===== sec003 =====*/
#sec003 {
	padding-top: 80px;
	padding-bottom: 80px;
}

#sec003 .box {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

#sec003 .box .item {
	width: 380px;
}

#sec003 .box .item span img {
	width: 260px;
	border-radius: 130px;
}

#sec003 .box .item p {
	font-size: 15px;
	margin-top: 10px;
}

#sec003 .box .item .bubble {
	position: relative;
	width: 380px;
	border: 1px solid #bab1a4;
	border-radius: 10px;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 20px;
}

#sec003 .box .item .bubble::before,
#sec003 .box .item .bubble::after {
	position: absolute;
	top: -15px;
	left: 180px;
	width: 20px;
	height: 15px;
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	content: "";
}

#sec003 .box .item .bubble::before {
	background-color: #bab1a4;
}

#sec003 .box .item .bubble::after {
	top: -13px;
	background-color: #fff;
}

#sec003 .box .item .bubble dl {
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

#sec003 .box .item .bubble dl dt {
	font-size: 24px;
	font-weight: bold;
}

#sec003 .box .item .bubble dl dt small {
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin-top: .3em;
}

#sec003 .box .item .bubble dl dd {
	font-size: 15px;
	line-height: 1.6em;
	text-align: left;
	border-top: 1px dotted #bab1a4;
	margin-top: 1.5em;
	padding-top: 1.5em;
}

@media screen and (max-width: 767px) {
	#sec003 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec003 .box {
		flex-direction: column;
		width: 90%;
		margin-top: 0;
	}

	#sec003 .box .item {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 8vw;
	}

	#sec003 .box .item .boxSP {
		width: 40%;
	}

	#sec003 .box .item span img {
		width: 100%;
		border-radius: 50%;
	}

	#sec003 .box .item p {
		font-size: 3.2vw;
		margin-top: 3vw;
	}

	#sec003 .box .item .bubble {
		position: relative;
		width: 55%;
		border: 1px solid #bab1a4;
		border-radius: 10px;
		box-sizing: border-box;
		margin-top: 0;
		padding: 3vw;
	}

	#sec003 .box .item .bubble::before,
	#sec003 .box .item .bubble::after {
		position: absolute;
		top: 35%;
		left: -15px;
		width: 15px;
		height: 15px;
		clip-path: polygon(0 50%, 100% 0, 100% 100%);
		content: "";
	}

	#sec003 .box .item .bubble::before {
		background-color: #bab1a4;
	}

	#sec003 .box .item .bubble::after {
		left: -13px;
		background-color: #fff;
	}

	#sec003 .box .item .bubble dl {
		margin: 0;
		padding: 0;
		margin-top: 0;
	}

	#sec003 .box .item .bubble dl dt {
		font-size: 4.6vw;
	}

	#sec003 .box .item .bubble dl dt small {
		font-size: 3.2vw;
	}

	#sec003 .box .item .bubble dl dd {
		font-size: 3.2vw;
		line-height: 1.5em;
		text-align: justify;
		text-justify: inter-ideograph;
		margin-top: 1em;
		padding-top: 1em;
	}
}



/*===== sec004 =====*/
#sec004 {
	background-color: #f2efe8;
	padding-top: 80px;
	padding-bottom: 20px;
}

#sec004 .box {
	margin-top: 50px;
}

#sec004 .box .item {
	position: relative;
	width: 950px;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 70px;
}

#sec004 .box .item .innr {
	display: flex;
	align-items: center;
}

#sec004 .box .item::after {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "\f107";
	font-family: FontAwesome;
	color: #ff8200;
	font-size: 40px;
}

#sec004 .box .item:last-child::after {
	display: none;
}

#sec004 .box .item .photo img {
	width: 290px;
	border-radius: 5px;
}

#sec004 .box .item .txt {
	text-align: left;
	margin-left: 50px;
}

#sec004 .box .item .txt dl {
	margin: 0;
	padding: 0;
}

#sec004 .box .item .txt dl dt {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

#sec004 .box .item .txt dl dd {
	font-size: 16px;
	line-height: 1.6em;
	margin-top: .5em;
}

#sec004 .box .item .txt dl dd ul {
	display: flex;
	margin-top: 15px;
}

#sec004 .box .item .txt dl dd ul li {
	list-style: none;
	border-radius: 20px;
	margin-right: 10px;
}

#sec004 .box .item .txt dl dd ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: .5em 1.5em;
}

#sec004 .box .item .txt dl dd ul li a span::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: .5em;
}

#sec004 .box .item .txt dl dd ul .l01 {
	background-color: #00c74b;
}

#sec004 .box .item .txt dl dd ul .l02 {
	background-color: #ff8200;
}

#sec004 .box .item .txt dl dd ul li:hover {
	opacity: .7;
	transition: .3s;
}

#sec004 .box .item .sp_box {
	display: none;
}

@media screen and (max-width: 767px) {
	#sec004 {
		padding-top: 10vw;
		padding-bottom: 1px;
	}

	#sec004 .box {
		margin-top: 8vw;
	}

	#sec004 .box .item {
		width: 90%;
		padding: 3vw;
		margin-bottom: 15vw;
	}

	#sec004 .box .item:last-child {
		margin-bottom: 8vw;
	}

	#sec004 .box .item .innr {
		align-items: flex-start;
	}

	#sec004 .box .item::after {
		position: absolute;
		bottom: -11vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		content: "\f107";
		font-family: FontAwesome;
		color: #ff8200;
		font-size: 8vw;
	}

	#sec004 .box .item .photo {
		width: 34vw;
	}

	#sec004 .box .item .photo img {
		width: 34vw;
		height: 22vw;
		border-radius: 5%;
		object-fit: cover;
	}

	#sec004 .box .item .txt {
		width: 57vw;
		margin-left: 3vw;
	}

	#sec004 .box .item .txt dl {
		margin: 0;
		padding: 0;
	}

	#sec004 .box .item .txt dl dt {
		font-size: 4vw;
	}

	#sec004 .box .item .txt dl dd {
		font-size: 3vw;
		line-height: 1.5em;
		text-align: justify;
		text-justify: inter-ideograph;
		margin-top: .2em;
	}

	#sec004 .box .item .txt dl dd ul {
		display: none;
	}

	#sec004 .box .item .sp_box {
		display: flex;
		justify-content: space-between;
		margin-top: 3vw;
	}

	#sec004 .box .item .sp_box li {
		list-style: none;
		border-radius: 5vw;
		width: 49%;
	}

	#sec004 .box .item .sp_box li a {
		display: block;
		color: #fff;
		font-size: 3vw;
		font-weight: bold;
		padding: 1.5vw 2vw;
	}

	#sec004 .box .item .sp_box .l01 {
		background-color: #00c74b;
	}

	#sec004 .box .item .sp_box .l02 {
		background-color: #ff8200;
	}
}



/*===== sec005 =====*/
#sec005 {
	padding-top: 110px;
	padding-bottom: 60px;
}

#sec005 h2 {
	width: 770px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
}

#sec005 h2:before,
#sec005 h2:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #bab1a4;
	display: block;
}

#sec005 h2:before {
	margin-right: 1em;
}

#sec005 h2:after {
	margin-left: 1em;
}

#sec005 .u01 {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

#sec005 .u02 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
	gap: 20px;
}

#sec005 ul li {
	list-style: none;
}

@media screen and (max-width: 767px) {
	#sec005 {
		padding-top: 10vw;
		padding-bottom: 5vw;
	}

	#sec005 h2 {
		width: 86%;
		font-size: 5.5vw;
	}

	#sec005 .u01 {
		flex-direction: column;
		width: 76%;
		margin-top: 8vw;
	}

	#sec005 .u02 {
		width: 86%;
		margin-top: 3vw;
		gap: 0;
	}

	#sec005 ul li {
		margin-bottom: 0;
	}

	#sec005 .u02 li {
		width: 48%;
		margin-bottom: 5vw;
	}
}



/*===== sec006 =====*/
#sec006 {
	background-color: #f2efe8;
	padding-top: 80px;
	padding-bottom: 50px;
}

#sec006 .box {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}

#sec006 .box .boxL dl {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-top: 30px;
}

#sec006 .box .boxL dl dt {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}

#sec006 .box .boxL dl dt span {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #333;
	margin-left: 15px;
	padding: 1px 10px;
}

#sec006 .box .boxL dl dd strong {
	display: block;
	font-size: 44px;
	font-weight: bold;
	letter-spacing: 2px;
}

#sec006 .box .boxL dl dd strong a {
	color: #333;
	pointer-events: none;
}

#sec006 .box .boxL dl dd {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

#sec006 .box .boxR {
	width: 600px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px;
}

#sec006 .box .boxR .gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 83%;
	position: relative;
}

#sec006 .box .boxR .gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


#sec006 .s01 {
	display: block;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	#sec006 {
		padding-top: 10vw;
		padding-bottom: 5vw;
	}

	#sec006 .box {
		flex-direction: column-reverse;
		width: 90%;
		margin-top: 8vw;
	}

	#sec006 .box .boxL dl {
		margin-top: 5vw;
	}

	#sec006 .box .boxL dl dt {
		font-size: 5vw;
	}

	#sec006 .box .boxL dl dt span {
		font-size: 3.4vw;
	}

	#sec006 .box .boxL dl dd strong {
		font-size: 7vw;
	}

	#sec006 .box .boxL dl dd strong a {
		pointer-events: all;
	}

	#sec006 .box .boxL dl dd {
		font-size: 3.4vw;
	}

	#sec006 .box .boxR {
		width: 100%;
		padding: 2vw;
		margin-bottom: 5vw;
	}

	#sec006 .box .boxR .gmap {
		height: 0;
		overflow: hidden;
		padding-bottom: 80%;
		position: relative;
	}

	#sec006 .box .boxR .gmap iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}

	#sec006 .s01 {
		margin-top: 5vw;
	}
}



/*===== sec007 =====*/
#sec007 {
	padding: 80px 0;
}

#sec007 ul {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}

#sec007 ul li {
	list-style: none;
}

#sec007 ul li a img {
	width: 480px;
}

@media screen and (max-width: 767px) {
	#sec007 {
		padding: 10vw 0 5vw 0;
	}

	#sec007 ul {
		flex-direction: column;
		width: 90%;
	}

	#sec007 ul li {
		list-style: none;
		margin-bottom: 5vw;
	}

	#sec007 ul li a img {
		width: 100%;
	}
}