@charset "utf-8";

html {
	/* scroll-behavior: smooth; */
	font-weight: 400;
	height: 100%;
	text-align: justify;
	font-family: "Reddit Sans", "Noto Sans JP", serif;
	font-style: normal;
}
/*
input, select {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #000;
	border-radius: 0px;
}
*/
h2,h3,h4, h5,menu{
	font-feature-settings: "palt";
	margin: 0;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
*{
	position: relative;
}
body {
	background-color: #f4eee9;
	padding:0;
	margin:0;
	min-width: 960px;
}
p{
	line-height: 165%;
	margin: 1em 0 2em;
}
header{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
}
header>div{
	max-width: 1024px;
	margin: auto;
	padding: 10px 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
header>div>*#logo{
	font-size: 1em;
	margin: 0;
	width: 160px;
	height: 60px;
}
header>div>*#logo>a{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	transition: all .2s ease;
}
header>div>*#logo>a:hover{
	opacity: .8;
}
header>div>*#logo>a>span{
	display: none;
}
header>div>menu{
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.4em;
}
header>div>menu>a{
	display: flex;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	opacity: 1;
	transition: all .2s ease;
	font-size: .9em;
	align-items: center;
	justify-content: center;
}
header>div>menu>a:hover{
	opacity: .5;
}
header>div>div.buttons{

}
header>div>div.buttons>div{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	height: fit-content;
	background-color: #ddd;
	margin-right: 8px;
	border-radius: 4px;
	border-bottom: solid 3px #aaa;
	padding: 4px 16px;
	box-sizing: border-box;
	box-shadow: 0 2px 5px -2px #000000;
}
header>div>div.buttons>div>span.txt{
	font-size: .8em;
}
header>div>div.buttons>div>span.num{
	font-size: 1.1em;
	font-weight: 700;
}

div#mv{
	height: 600px;
	background-color: #fafafa;
	background-image: url(../img/topbg.svg);
	background-size: 60px;
	background-position: center;
	position: relative;
	margin-bottom: 150px;
}
div#mv>div.mvl{
	position: absolute;
	width: 100%;
	height: 100%;
}
div#mv>div.mvl.l1{
	background-image:url(../img/mvtop.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}
div#mv>div.mvl.l2{
	height: 150px;
	bottom: 0;
	background: linear-gradient(to top, #f4eee9, #f4eee9, #f4eee900);
}
div#mv>div.mvl.l3{
	padding-top: 150px;

}
div#mv>div.mvl.l4{
	height: 50px;
	bottom: 0;
	background: linear-gradient(to top, #f4eee9, #f4eee9, #f4eee900);
}
div#mv>img#mvleft{
	display: block;
	position: absolute;
	bottom: 0;
	left: 1em;
	width: 16%;
}
div#mv>img#mvright{
	display: block;
	position: absolute;
	bottom: 0;
	right: 1em;
	width: 16%;
}

div#mv>div.mvl.l3>div{
	margin: auto;
	display: flex;
	width: fit-content;
	flex-flow: column;
	align-items: center;
	justify-content: flex-start;
}
div#mv>div.mvl.l3>div>*.mvhead{
	font-size: 1.75rem;
	margin: 0;
	background-color: #000000;
	color: #fff;
	font-weight: 600;
	line-height: 1em;
	padding: 12px 16px;
}
.su_k{
	color: #ff6679;
}
.gu_k{
	color: #00aaff;
}
.su_h{
	color: #00bf71;
}
.ru_h{
	color: #f7aa00;
}
img#mvcircle{
	display: block;
	margin: 40px 0;
}
div#mv>div.mvl.l3>div>div.txt{
	padding: 0 1em;
	font-size: 1.45em;
	font-weight: 700;
	text-align: center;
	color: #211916;
}
span.sitename{
	display: inline-block;
	background-color: #211916;
	line-height: 100%;
	padding: 4px 8px;
	margin: 0 4px;
}
div#mv>div.mvl.l3>div>div.txt>div.small{
	margin-top: 1em;
	font-size: .76em;
	font-weight: normal;
}

section.news{
	margin: 100px 0 40px;
	background-color: #ddd;
	min-height: 80px;
	display: flex;
	padding: 2em;
}
section.news>div{
	max-width: 1024px;
	margin: 1em;
	padding: 1em;
	background-color: #ffffff44;
	width: 100%;
	box-sizing: border-box;
}
section.news>div>div.item{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 1em;
	line-height: 100%;
}
section.news>div>div.item>div.date{
	width: fit-content;
	flex-grow: 0;
}
section.news>div>div.item>div.cat{
	display: block;
	background-color: #211916;
	color: #fff;
	padding: 4px 12px;
	border-radius: 50px;
	flex-grow: 0;
	text-align: center;
	width: 5em;
}
section.news>div>div.item>div.title{
	flex-grow: 1;
}

@keyframes bgscroll{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

div.gallery {
    background-position: 0px bottom;
    background-repeat: repeat-x;
    background-size: cover;
    padding: 0;
    overflow: hidden;
}

div.gallery div.bg{
	display: flex;
	flex-flow: row nowrap;
	width: fit-content;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -1;
	animation: bgscroll 50s infinite linear 0.5s both;
}
section.top>div.bg>img {
    display: block;
    z-index: -1;
}
div.gallery div.main{
	margin: 0;
    /* background-image: url(../img/menu.png); */
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
}
div.gallery div.main>div{
	background-color: #ffda24;
	font-size: 1.4em;
	font-weight: 600;
	padding: 12px;
	line-height: 100%;
	box-shadow: 0 0 5px -2px #000000;
}
div.gallery div.main>a{
	display: flex;
	flex-flow:row nowrap;
	line-height: 1em;
	background-color: #f4eee9;
	font-size: 1.2em;
	padding: .5em 1.5em;
	border-radius: 1.5em;
	text-decoration: none;
	color: inherit;
	color: #fff;
	font-weight: 500;
	top: 0;
	transition: all .2s ease;
	box-shadow: 0 0 5px -2px #000000;
	border:solid 2px #211916;
}
div.gallery div.main>a.sample{
	background-color: #00aaff;
}
div.gallery div.main>a.price{
	background-color: #ff6679;
}
div.gallery div.main>a.flow{
	background-color: #f7aa00;
}
div.gallery div.main>a:hover{
	top: -5px;
}






main{
	margin: 80px 0;
}
main>h2{
	text-align: center;
	margin: 40px;
	font-size: 1.65em;
}
main>h2>span.sugu{
	display: inline-block;
	width: 180px;
	height: 60px;
	background-image: url(../img/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	margin-right: 8px;
}
main>h2>span.sugu>span{
	display: none;
}

main>section.points{
	margin: 0 auto 100px;
	width: fit-content;
	box-shadow: 0 0 10px -4px #00000055;
}

main>section>div.point{
	max-width: 800px;
	display: flex;
	flex-flow: row;
}

main>section>div.point>div{
	width: 50%;
	aspect-ratio: 1/1;
	box-sizing: border-box;
}
main>section>div.point>div.txt{
	background-color: #00bf71;
	padding: 40px;
}
main>section>div.point>div.txt>h3{
	font-size: 1.8em;
	color: #fff;
}
main>section>div.point>div{
	background-color: #fff;
}
main>section>div.point1>div.img{
	background-image: url(../img/point1.svg);
}

main>section>div.point2>div.img{
	background-image: url(../img/point2.svg);
}

main>section>div.point3>div.img{
	background-image: url(../img/point3.svg);
}





section.contact{

}
section.contact>div{
	max-width:960px;
	margin: 0 auto 100px;
	box-shadow: 0 0 10px -4px #00000055;
}
section.contact>div>div.catch{
	display: flex;
	flex-flow: row nowrap;
	justify-content:space-evenly ;
	align-items: stretch;
}
section.contact>div>div.catch>div{
	flex: 1;
	text-align: center;
}

section.contact>div>div.catch>div:not(:last-child)>h3{
	border-right: #ffda24 1px solid;
}
section.contact>div>div.catch>div:not(:last-child){
	border-right: #211916 1px solid;
}

section.contact>div>div.catch>div>h3{
	background-color: #211916;
	color: #fff;
	font-size: 1.6em;
	line-height: 1em;
	padding: 12px 0;
}
section.contact>div>div.catch>div>p{
	background-color: #ffda24;
	height: 70px;
	margin: 0;
	font-size: 3.2em;
	font-weight: 800;
	line-height: 1em;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
}
section.contact>div>div.catch>div>p>span{
	font-size: .4em;
}
section.contact>div>div.catch>div>p>span.main{
	font-size: 1em;
}

section.contact>div>div.catch>div>p>span>small{
	font-size: .6em;
}
section.contact>div>div.catch>div>div{
	background-color: #ffda24;
	padding-bottom: .5em;
}
section.contact>div>div.tel{
	background-color: #999;
	padding: 80px 0 16px;
	background-image: url(../img/logo.svg);
	background-position: center top;
	background-size: 220px;
	background-repeat: no-repeat;
}
section.contact>div>div.tel>div.num{
	text-align: center;
	color: #fafafa;
	font-weight: 700;
	font-size: 4em;
	line-height: 1em;
	text-shadow: 0 2px 3px #00000055;
}
section.contact>div>div.tel>div.note{
	font-weight: 500;
	text-align: center;
	color: #211916;
}
section.contact>div>div.txt{
	background-color: #999;
	text-align: center;
	color: #211916;
	font-weight: 600;
	line-height: 1em;
	font-size: 1.3em;
	padding: 24px 0 12px;
}





























footer{
	background-color: #211916;
}
footer menu{
	margin: auto;
	max-width: 1024px;
	padding: 2em 0;
	background-image: url(../img/logo.svg);
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: right center;
}
footer menu>ul{
	display: flex;
	flex-flow: row nowrap;
	font-size: .86em;
	gap: 2em;
}
footer menu>ul a{
	color: #f4eee9;
	text-decoration: none;
}

footer address{
	background-color: #000000;
	color: #f4eee9;
	text-align: center;
	line-height: 1em;
	font-weight: 200;
	font-size: .75em;
	padding: .8em 0;
	font-style: normal;
}




section.company{
	width: fit-content;
	margin: 0 auto 100px;
}
section.company>table{
	border-spacing: .2em;
	font-size: 1.24em;
}

section.company>table th{
	width: 6em;
	background-color: #00bf71;
	font-weight: 500;
}

section.company>table td{
	background-color: #fff;
	padding: .5em;
	font-size: .9em;
}
section.company>table td >ol{
	margin: 0;
	padding-left: 1em;
}






section.price{
	margin-bottom: 100px;
}
section.price table{
	max-width: 800px;
	margin: auto;
}
section.price th{
	/* min-width: 400px; */
	background-color: #fff;
	padding: .5em;
}
section.price th>div{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 1em;
}
section.price th>div>img{
	height: 3em;
	display: block;
	padding-left: 1em;
}
section.price td{
	background-color: #ffda24;
	padding: .5em;
	text-align: center;
}
section.price td>span{
	font-size: 1.8em;
	font-weight: 600;
}
section.price td.note{
	background-color: #ddd;
	padding: 2em;
	font-size: .86em;
	text-align: left;
}
section.price td.note li{
	text-indent: -1em;
	margin-left: 1em;
}




section.flow{
	padding: 0 1em;
}

section.flow div{
	max-width: 600px;
	margin: auto;
}
section.flow div h3{
	background-color: #211916;
	color: #fff;
	font-weight: 600;
	line-height: 1em;
	padding: .5em;
	text-align: center;
}
section.flow div p{
	padding: 1em;
	margin: 0 0 0px;
	background-color: #fff;
	box-shadow: 0 5px 10px -5px #00000055;
}
section.flow div::after{
	content: "";
	display: block;
	box-sizing: border-box;
	width: 40px;
	height: 20px;
	margin: 20px auto;
	border: solid;
	border-width: 10px 20px;
	border-color: #999 transparent transparent transparent;
}
section.flow div:last-child{
	margin-bottom: 120px;
}
section.flow div:last-child::after{
	display: none;
	margin-bottom: 200px;
}





/* 第二階層用 */

#common header{
	background-color: #f4eee9;
	box-shadow: 0 2px 5px -2px #00000055;
}
#common div#mv {
	height: 280px;
	background-position: bottom;
	margin-bottom: 80px;
}














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


	
	
}





@media screen and (min-width:680px) {

	br.sp{
		display: none;
	}


}



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


}



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


}