@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url("../images/h_bg.png");
	height: 850px;
	position: relative;
}
#catch h2 {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#catch h2 img {
	position: relative;
	right: -25px;
}




#point {
  width: 100%;
  background-color: #F9D6DB;
  padding-top: 60px;
  padding-bottom: 120px;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  position: relative;
  z-index: 11;
}
#point h2 {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 60px;
}
#point h2 span {
	position: relative;
	display: inline-block;
}
#point h2 span::before {
	display: block;
	content: "";
	height: 5px;
	background-color: #fff100;
	position: absolute;
	bottom: -20px;
	left: 0px;
	width: 100%;
}
#point .box {
	background-color: #fff;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border-radius: 10px;
	text-align: left;
}
#point .box .flex {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	align-items: center;
}
#point .box .flex div {
	width: 330px;
}
#point .box .flex div .icon {
	font-size: 30px;
	font-weight: 500;
	color: #004098;
}
#point .box .flex div .icon span {
	color: #fff;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-color: #004098;
	border-radius: 100px;
	line-height: 40px;
	text-align: center;
	margin-left: 10px;
}
#point .box .flex div h3 {
	font-size: 30px;
	color: #004796;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
}
#point .box .flex div h3+p {
	font-size: 15px;
}
#point .box:nth-of-type(2) .flex {
	padding-top: 40px;
	padding-bottom: 40px;
	flex-direction: row-reverse;
}




#taiken {
	background-color: #004796;
	margin-top: -130px;
	padding-top: 130px;
	padding-bottom: 110px;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
#taiken h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	padding-top: 60px;
}
#taiken .box {
	background-color: #fff;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	margin-top: 45px;
}
#taiken .box .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#taiken .box .flex h3 {
	background-color: #FFEC31;
	width: 320px;
	text-align: center;
	font-size: 30px;
	color: #004098;
	line-height: 1.4em;
	font-weight: 500;
	border-radius: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#taiken .box .flex ul {
	padding-top: 15px;
}
#taiken .box .flex ul li {
	font-size: 26px;
	text-align: left;
	font-weight: 500;
	width: 535px;
}
#taiken .box .flex ul li img {
	position: relative;
	top: -13px;
}
#taiken .box .flex ul li+li {
	margin-top: 5px;
	padding-top: 15px;
	border-top: 1px dashed #000;
}
#taiken .box+ul {
	display: flex;
	justify-content: space-between;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}





#reserve {
	background-color: #CCEBF6;
	margin-top: -120px;
	padding-top: 120px;
	padding-bottom: 80px;
}
#reserve h2 {
	color: #004796;
	font-size: 40px;
	font-weight: 500;
	padding-top: 60px;
}
#reserve h2+p {
	font-size: 30px;
	font-weight: 500;
	margin-top: 35px;
}
#reserve ul {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}





#kokomade {
	background-color: #E62947;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
	padding-top: 80px;
	padding-bottom: 120px;
}
#kokomade h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 500;
}
#kokomade h2 span {
	position: relative;
	display: inline-block;
}
#kokomade h2 span::before {
	display: block;
	content: "";
	height: 5px;
	background-color: #fff100;
	position: absolute;
	bottom: -20px;
	left: 0px;
	width: 100%;
}
#kokomade .box {
	background-color: #fff;
	border-radius: 10px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	padding-top: 40px;
	padding-bottom: 28px;
	position: relative;
}
#kokomade .box .flex {
	width: 655px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	margin-left: 40px;
}
#kokomade .box .flex+.flex {
	background-image: url("../images/dot.png");
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 25px;
	margin-top: 25px;
}
#kokomade .box .flex .number {
	width: 60px;
}
#kokomade .box .flex div {
	width: 580px;
}
#kokomade .box .flex div h3 {
	font-size: 30px;
	font-weight: 500;
	color: #E8374A;
	margin-bottom: 20px;
}
#kokomade .box .flex div p {
	font-size: 15px;
}
#kokomade .box .flex+figure {
	position: absolute;
	right: -50px;
	top: 60px;
}





#contact {
	background-color: #FFEC31;
	margin-top: -120px;
	padding-top: 180px;
	padding-bottom: 70px;
	margin-bottom: 10px;
}
#contact .btn a {
	width: 480px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-decoration: none;
	color: #004796;
	border-radius: 100px;
	border: 2px solid #004796;
	line-height: 1.3em;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contact .btn a:hover {
	opacity: 0.7;
}
#contact h2 {
	font-size: 40px;
	font-weight: 500;
	color: #004796;
	padding-top: 80px;
}
#contact h2+p {
	font-weight: 500;
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 50px;
}
#contact h2+p+ul {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	width: 870px;
}
}


/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	background-image: url("../images/h_bg_sp.png");
	background-position: center top;
	background-size: cover;
	height: 170.8125vw;
	position: relative;
}
#catch h2 {
	padding-top: 20vw;
	margin-bottom: 4vw;
}
#catch h2+p {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#catch h2+p+p a {
	display: block;
	width: 54.375vw;
	height: 12.65625vw;
	line-height: 12.65625vw;
	border-radius: 100px;
	color: #004796;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFEC31;
	font-size: 5.625vw;
	font-weight: 500;
	border: 2px solid #004796;
	margin-top: 3vw;
}




#point {
  width: 100%;
  background-color: #F9D6DB;
  padding-top: 5vw;
  padding-bottom: 27vw;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 95%, 0 92%);
  position: relative;
  z-index: 11;
}
#point h2 {
	font-size: 6.25vw;
	line-height: 1.8em;
	font-weight: 500;
	margin-bottom: 5vw;
}
#point h2 span {
	position: relative;
	display: inline-block;
}
#point h2 span::before {
	display: block;
	content: "";
	height: 5px;
	background-color: #fff100;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
#point .box {
	background-color: #fff;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5vw;
	border-radius: 10px;
	text-align: left;
}
#point .box .flex {
	padding: 5vw;
}
#point .box .flex div {
}
#point .box .flex div .icon {
	font-size: 4.6875vw;
	text-align: center;
	font-weight: 500;
	color: #004098;
}
#point .box .flex div .icon span {
	color: #fff;
	width: 6.25vw;
	height: 6.25vw;
	display: inline-block;
	background-color: #004098;
	border-radius: 100px;
	line-height: 6.25vw;
	text-align: center;
	margin-left: 1vw;
}
#point .box .flex div h3 {
	font-size: 4.6875vw;
	color: #004796;
	font-weight: 500;
	margin-top: 1vw;
	text-align: center;
	margin-bottom: 2vw;
}
#point .box .flex div h3+p {
	font-size: 3.5vw;
	line-height: 1.8em;
	margin-bottom: 3vw;
}





#taiken {
	background-color: #004796;
	margin-top: -29vw;
	padding-top: 18vw;
	padding-bottom: 18vw;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 98%, 0 92%);
}
#taiken h2 {
	color: #fff;
	font-size: 6.25vw;
	font-weight: 500;
	line-height: 1.5em;
}
#taiken .box {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border-radius: 10px;
	margin-top: 4vw;
	padding: 5vw;
}
#taiken .box .flex {

}
#taiken .box .flex h3 {
	background-color: #FFEC31;
	text-align: center;
	font-size: 4.6875vw;
	color: #004098;
	line-height: 1.4em;
	font-weight: 500;
	border-radius: 10px;
	padding-top: 3vw;
	padding-bottom: 3vw;
}
#taiken .box .flex ul {
	padding-top: 5vw;
}
#taiken .box .flex ul li {
	font-size: 4vw;
	text-align: left;
	font-weight: 500;
}
#taiken .box .flex ul li img {
	position: relative;
	top: 0.5vw;
	width: 6vw;
	margin-right: 0.5vw;
}
#taiken .box .flex ul li+li {
	margin-top: 3vw;
	padding-top: 3vw;
	border-top: 1px dashed #000;
}
#taiken .box+ul {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8vw;
}
#taiken .box+ul li {
	width: 20vw;
}





#reserve {
	background-color: #CCEBF6;
	margin-top: -20vw;
	padding-top: 25vw;
	padding-bottom: 1vw;
}
#reserve h2 {
	color: #004796;
	font-size: 6.25vw;
	font-weight: 500;
}
#reserve h2+p {
	font-size: 4.6875vw;
	font-weight: 500;
	margin-top: 3vw;
}
#reserve ul {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
	width: 70%;
}
#reserve ul li+li {
	margin-top: 5vw;
}





#kokomade {
	background-color: #E62947;
	padding-bottom: 27vw;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 95%, 0 92%);
	padding-top: 10vw;
	position: relative;
	z-index: 10;
	border-top: 9vw solid #CCEBF6;
}
#kokomade h2 {
	font-size: 6.25vw;
	color: #fff;
	font-weight: 500;
	text-align: left;
	margin-left: 7vw;
	line-height: 1.5em;
}
#kokomade h2 span {
	position: relative;
	display: inline-block;
}
#kokomade h2 span::before {
	display: block;
	content: "";
	height: 3px;
	background-color: #fff100;
	position: absolute;
	bottom: -2vw;
	left: 0px;
	width: 100%;
}
#kokomade .box {
	background-color: #fff;
	border-radius: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8vw;
	padding: 5vw;
	position: relative;
	z-index: 11;
}
#kokomade .box .flex {
	display: flex;
	justify-content: space-between;
	text-align: left;
	position: relative;
	z-index: 99;
}
#kokomade .box .flex+.flex {
	background-image: url("../images/dot.png");
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 5vw;
	margin-top: 5vw;
}
#kokomade .box .flex .number {
	width: 7vw;
}
#kokomade .box .flex:nth-of-type(1) .number {
	width: 5vw;
}
#kokomade .box .flex div {
	width: 65vw;
}
#kokomade .box .flex div h3 {
	font-size: 4.6875vw;
	font-weight: 500;
	color: #E8374A;
	margin-bottom: 2vw;
	line-height: 1.5em;
}
#kokomade .box .flex div p {
	font-size: 3.5vw;
	line-height: 1.6em;
}
#kokomade .box+figure {
	position: absolute;
	right: 1vw;
	top: -6vw;
	width: 34vw;
	z-index: 10;
}





#contact {
	background-color: #FFEC31;
	margin-top: -20vw;
	padding-top: 15vw;
	padding-bottom: 10vw;
	margin-bottom: 10px;
}
#contact .btn a {
	width: 74vw;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-size: 4.6875vw;
	font-weight: 500;
	text-decoration: none;
	color: #004796;
	border-radius: 100px;
	border: 2px solid #004796;
	line-height: 1.3em;
	padding-top: 3vw;
	padding-bottom: 3vw;
}
#contact .btn a:hover {
	opacity: 0.7;
}
#contact h2 {
	font-size: 6.25vw;
	font-weight: 500;
	color: #004796;
	padding-top: 8vw;
}
#contact h2+p {
	font-weight: 500;
	font-size: 4.6875vw;
	margin-top: 2vw;
	margin-bottom: 5vw;
	line-height: 1.6em;
}
#contact h2+p+ul {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
	width: 70%;
}
#contact h2+p+ul li+li {
	margin-top: 5vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}

}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}

}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
