@charset "utf-8";

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, form, address, strong, em, figure{
	font-family: 'Noto Sans JP', sans-serif;
    color: #000;
}
// 最新のsafari用
_::-webkit-full-page-media, _:future, :root main h3 {
	font-weight: bold!important;
}
_::-webkit-full-page-media, _:future, :root main h2 {
	font-weight: bold!important;
}
// 古いsafari用
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, main h3 {
		font-weight: bold!important;
	}
    ::i-block-chrome, main h2 {
		font-weight: bold!important;
	}
}

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.num {
	padding-top: 100px;
	margin-top: -100px;
}
.mt {
	margin-top: -70px;
}
#helo h2 {
	height: 235px;
	line-height: 235px;
	background-color: #FFDA54;
	font-size: 26px;
	font-weight: 500;
}
#helo ul {
	display: flex;
	justify-content: center;
	gap: 35px;
	margin-top: 100px;
	margin-bottom: 100px;
}
#helo ul li a {
	display: block;
	width: 303px;
	height: 75px;
	background-color: #FFEBAD;
	line-height: 75px;
	border-radius: 10px;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
}
#helo ul li a img {
	position: relative;
	top: 35px;
	margin-left: 8px;
}
#helo ul li a:hover {
	opacity: 0.7;
}





main h3 {
	font-size: 32px;
	margin-bottom: 50px;
}
main .box {
	width: 920px;
	padding-left: 80px;
	padding-right: 80px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F8F8EC;
	border-radius: 30px;
	margin-bottom: 70px;
	padding-top: 60px;
	padding-bottom: 60px;
}
main .box h4 {
	color: #A97A40;
	font-size: 23px;
	margin-bottom: 20px;
}
main .box h4+p {
	text-align: left;
}
main .box .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
main .box .flex div {
	width: 450px;
	margin-top: 30px;
	text-align: left;
}
main .box figcaption {
	font-size: 13px;
	line-height: 1.4em;
	margin-top: 8px;
}
main .box .flex2 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
main .box .flex2 p {
	width: 586px;
	text-align: left;
}
main .box .flex2 div {
	width: 309px;
	text-align: left;
}
main .box .flex3 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
main .box .flex3 div {
	width: 290px;
	text-align: left;
}
main .box .flex4 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
main .box .flex4 div {
	width: 290px;
	text-align: left;
}
main .box .flex4 p {
	width: 290px;
	text-align: left;
}
main .box .flex5 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
main .box .flex5 div {
	width: 450px;
	text-align: left;
}
main .box .flex5 p {
	width: 452px;
	text-align: left;
}
main .box h5 {
	color: #A97A40;
	font-size: 23px;
	margin-bottom: 30px;
	margin-top: 50px;
}
main .box .flex+p {
	text-align: left;
	line-height: 1.6em;
	margin-top: 30px;
}
#kairyou {
	padding-top: 30px;
}
#kairyou .box h4+p {
	margin-bottom: 65px;
}






.btns {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: -20px;
}
.btns li a {
	width: 508px;
	height: 80px;
	line-height: 80px;
	display: block;
	background-color: #A97A40;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	border-radius: 100px;
}
.btns li:last-child a {
	width: 300px;
}
.btns li a:hover {
	opacity: 0.7;
}
.btns li a img {
	position: relative;
	top: 32px;
	margin-left: 5px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
.num {
	padding-top: 20vw;
	margin-top: -20vw;
}
main p {
    line-height: 1.7em;
	font-size: 4vw;
}
#helo h2 {
	height: 30vw;
	line-height: 30vw;
	background-color: #FFDA54;
	font-size: 5vw;
	font-weight: 500;
}
#helo ul {
	display: flex;
	justify-content: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	gap: 3vw;
	margin-top: 10vw;
	margin-bottom: 10vw;
}
#helo ul li a {
	display: block;
	width: 42vw;
	height: 12vw;
	background-color: #FFEBAD;
	line-height: 12vw;
	border-radius: 3vw;
	font-size: 3.5vw;
	color: #000000;
	text-decoration: none;
}
#helo ul li a img {
	position: relative;
	top: 5vw;
	width: 3vw;
	margin-left: 1vw;
}
#helo ul li a:hover {
	opacity: 0.7;
}





main h3 {
	font-size: 5vw;
	margin-bottom: 5vw;
}
main .box {
	width: 80%;
	padding-left: 5vw;
	padding-right: 5vw;
	margin-left: auto;
	margin-right: auto;
	background-color: #F8F8EC;
	border-radius: 3vw;
	margin-bottom: 10vw;
	padding-top: 10vw;
	padding-bottom: 10vw;
}
main .box h4 {
	color: #A97A40;
	font-size: 4.5vw;
	margin-bottom: 3vw;
	line-height: 1.4em;
}
main .box h4+p {
	text-align: left;
}
main .box .flex {

}
main .box .flex div {
	margin-top: 5vw;
	text-align: left;
}
main .box figcaption {
	font-size: 3vw;
	line-height: 1.4em;
	margin-top: 1vw;
}
main .box .flex2 {
	margin-top: 5vw;
	text-align: left;
}
main .box .flex2 p {
	text-align: left;
	margin-top: 5vw
}
main .box .flex2 div img {
	width: 100%;
	height: auto;
}
main .box .flex3 {
	margin-top: 5vw;
}
main .box .flex3 div {
	text-align: left;
	margin-bottom: 5vw;
}
main .box .flex3 div img {
	width: 100%;
	height: auto;
}
main .box .flex4 {
	margin-top: 5vw;
}
main .box .flex4 div {
	text-align: left;
	margin-top: 5vw;
}
main .box .flex4 div img {
	width: 100%;
	height: auto;
}
main .box .flex4 p {
	text-align: left;
	margin-top: 5vw;
}
main .box .flex5 {
	margin-top: 5vw;
}
main .box .flex5 div {
	text-align: left;
}
main .box .flex5 p {
	text-align: left;
	margin-top: 5vw;
}
main .box h5 {
	color: #A97A40;
	font-size: 4.5vw;
	line-height: 1.4em;
	margin-bottom: 3vw;
	margin-top: 5vw;
}
main .box .flex+p {
	text-align: left;
	line-height: 1.6em;
	margin-top: 5vw;
}
#kairyou {
	padding-top: 5vw;
}
#kairyou .box h4+p {
	margin-bottom: 5vw;
}







.btns {
	margin-top: 10vw;
}
.btns li a {
	width: 90%;
	height: 12vw;
	line-height: 12vw;
	display: block;
	background-color: #A97A40;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5vw;
	color: #fff;
	text-decoration: none;
	font-size: 4.5vw;
	border-radius: 100px;
}
.btns li a:hover {
	opacity: 0.7;
}
.btns li a img {
	position: relative;
	top: 4.5vw;
	width: 2vw;
	margin-left: 1vw;
}
}



/*===============================================
●画面の横幅が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------------------------------------------- {
}
}
