@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;

}
:focus {
	outline: 0 !important;
	text-decoration: none !important;
}
html, body {
	margin: 0 !important;
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, time {
	display: block;
}
a {
	color: #191919;
	text-decoration: none;
}
a:hover, a:active {
	color:#00bcd4;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, span {
	margin:0px;
	padding:0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
figure {
	max-width: 100%;
}
/*page
----------------------------------------------------*/
html {
	scroll-behavior: smooth;
}
body {
	margin:0px;
	padding:0px;
	background-color: #f2f2f2;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 1.7;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.bold{
	font-weight: bold;
}
.mobile {
	display: none;
}
.relative {
	position: relative;
}
a:hover img {
	opacity: 0.8;
}
.container{
	max-width: 1000px;
	padding: 0 15px;
	margin: 0 auto;
}
:root {
	--yellow: #FFD147;
	--color-brown: #4A1D0E;
}
.pc{
	display: block;
}
.mobile{
	display: none;
}
.banner-header {
    display: block;
}
.section-item{
	background: var(--yellow);
	padding-top: 55px;
}
#section1{
	padding-top: 75px;
}
.box-item-space {
    position: relative;
    max-width: 800px;
    margin: auto;
}
.box-item-space .thumb img{
	border-radius: 20px;
}
.box-thumb{
	position: relative;
}
.tit-item {
    text-align: center;
    font-size: 26px;
    padding: 24px 0 40px 0;
    font-weight: bold;
}
.tit-item .subtit{
	font-size: 18px;
	display: block;
	font-weight: normal;
}
.cont .tit-item,
.cont p{
	color: var(--color-brown);
}
.box-btn {
    text-align: center;
    padding: 50px 0 60px 0;
}
.box-btn a{
	color: #fff;
    display: inline-block;
    background: var(--color-brown);
    padding: 12px 35px;
    border-radius: 10px;
}
.box-btn a:hover{
	opacity: .8;
}
.tit-thum {
    position: absolute;
    top: -100px;
    padding: 0 30px;
}
#footer-space {
    display: flex;
    justify-content: space-between;
    padding: 60px 35px;
    align-items: center;
    background: var(--color-brown);
}
.link-ace-page {
    background: var(--yellow);
    color: var(--color-brown) !important;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 17px;
}
.link-ace-page:hover{
	opacity: .8;
}
.text-cpr {
    color: var(--yellow);
    text-align: center;
    font-size: 12px;
}
@media screen and (max-width: 997px){
	

}


@media screen and (max-width: 767px){
	.pc{
		display: none;
	}
	.mobile{
		display: block;
	}
	#section1{
		padding-top: 40px;
	}
	#footer-space{
		flex-direction: column;
		padding: 35px 15px;
	}
	.text-cpr{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 575px){

	.box-btn {
		padding: 35px 0 45px 0;
	}
}

@media screen and (max-width: 475px){

}

@media screen and (max-width: 375px){
	
}