@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------------------------------------------- {
}
#helo h2 {
	height: 235px;
	line-height: 235px;
	background-color: #FFDA54;
	font-size: 26px;
	font-weight: 500;
}





#katsudou {
	margin-top: 120px;
}
#katsudou h3 {
	font-size: 32px;
	color: #000;
	margin-bottom: 10px; 
}
#katsudou .box+h3 {
	margin-top: 80px;
}
#katsudou .box {
	background-color: #F8F8EC;
	margin-top: 50px;
	width: 1080px;
	margin-left: auto;
    margin-right: auto;
	padding-top: 50px;
	border-radius: 25px;
	padding-bottom: 50px;
}
#katsudou h3+ .box {
	margin-top: 40px;
}
#katsudou .box h4 {
	font-size: 23px;
	color: #A97D3D;
	margin-bottom: 20px;
}
#katsudou .box h4+p {
	width: 920px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	margin-bottom: 30px;
}
#katsudou .box .flex {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	width: 920px;
	margin-left: auto;
    margin-right: auto;
}
#katsudou .box .flex div {
	text-align: left;
}
#katsudou .box .flex div figure {
	margin-bottom: 5px;
}
#katsudou .alpha {
	margin-top: 40px;
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    flex-direction: row-reverse;
    text-align: left;
	width: 920px;
	margin-left: auto;
    margin-right: auto;
}
#katsudou .alpha div:first-child {
    width: 460px;
}
#katsudou .alpha div:first-child h5 {
    color: #a97d3d;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 500;
}
#katsudou .alpha div:first-child p {
    font-size: 16px;
}
#katsudou .alpha div figcaption {
    font-size: 15px;
}
#katsudou .alpha+ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    margin-top: 30px;
	width: 920px;
	margin-left: auto;
    margin-right: auto;
}
#katsudou .box video {
    width: 800px;
    margin-top: 50px;
    margin-bottom: 10px;
}





#saihou {
	background-color: #F8F8EC;
	border-radius: 30px;
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 110px;
}
#saihou .inner {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 65px;
}
#saihou .inner h3 {
	color: #a97d3d;
	font-size: 23px;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 20px;
}
#saihou .inner .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
#saihou .inner .flex figcaption {
	margin-top: 5px;
}

.btns {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 90px;
}
.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------------------------------------------- {
}
main p {
    line-height: 1.7em;
	font-size: 4vw;
}
main figcaption {
	font-size: 3vw;
}
.cap {
	font-size: 3vw!important;
}
#helo h2 {
	height: 30vw;
	line-height: 30vw;
	background-color: #FFDA54;
	font-size: 5vw;
	font-weight: 500;
}





#katsudou .box video {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 10px;
}
#katsudou {
	margin-top: 10%;
	margin-left: 5%;
    margin-right: 5%;
}
#katsudou h3 {
	font-size: 5vw;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px; 
}
#katsudou .box {
	background-color: #F8F8EC;
	margin-top: 50px;
	margin-left: auto;
    margin-right: auto;
	padding: 5%;
	padding-top: 8%;
	border-radius: 25px;
}
#katsudou .box h4 {
	font-size: 4.5vw;
	color: #A97D3D;
	margin-bottom: 5%;
}
#katsudou .box h4+p {
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	margin-bottom: 30px;
}
#katsudou .box .flex {
	margin-left: auto;
    margin-right: auto;
}
#katsudou .box .flex div+div {
	margin-top: 8%;
}
#katsudou .box .flex div {
	text-align: left;
}
#katsudou .box .flex div figure {
	margin-bottom: 0px;
}
#katsudou .box+h3 {
	margin-top: 10%;
	margin-bottom: 0px;
}
#katsudou h3+.box {
	margin-top: 5%;
}
#katsudou .alpha {
    text-align: left;
}
#katsudou .alpha div:first-child h5 {
    color: #a97d3d;
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}
#katsudou .alpha div:first-child p {
    font-size: 3.5vw;
    margin-bottom: 5%;
}
#katsudou .alpha div figcaption {
    font-size: 3vw!important;
}
#katsudou .alpha+ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    margin-top: 15px;
}
#katsudou .alpha+ul li {
    width: 48%;
    text-align: left;
    font-size: 2.9vw;
    margin-bottom: 5%;
}





#saihou {
	background-color: #F8F8EC;
	border-radius: 8vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15vw;
	padding-bottom: 5vw;
}
#saihou .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 5vw;
}
#saihou .inner h3 {
	color: #a97d3d;
	font-size: 4.5vw;
	line-height: 1.6em;
	text-align: center;
	padding-top: 8vw;
	margin-bottom: 3vw;
}
#saihou .inner p {
	font-size: 3.5vw;
}
#saihou .inner .flex {
	margin-top: 5vw;
}
#saihou .inner .flex figcaption {
	margin-top: 1vw;
	font-size: 3vw!important;
	line-height: 1.5em;
}
#saihou .inner .flex div+div {
	margin-top: 8vw;
}

.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------------------------------------------- {
}
}
