@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

:root{
	--header: 130px;
	scroll-padding: var(--header);
}

body{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#body{
	max-width: 48em;
	margin: 0 auto;
	box-shadow: 0 0 1em #0003;
}
img{
	max-width: 100%;
}
header{
	height: 100px;
	width: 100%;
	margin: 0;
	margin-bottom: 3.75rem;
	box-sizing: border-box;
	position: fixed;
	top:0;
	left: 0;
	text-align: center;
	z-index: 999999;
}
.header-logo{
	background-color: #E73C22;
	padding: 0 1.5rem;
	margin: 0 auto;
	width: 48em;
	box-sizing: border-box;
}
.header-logo a{
	display: block;
	max-width: 50%;
	padding: 1rem 0;
}

body{
	background-size: 100px;
	background-image: url("../../images/bg-dots.svg");
	background-attachment: fixed;
}
main{
	padding-top: 100px;
	background-size: 100px;
	max-width: 48em;
	margin: 0 auto;
	background-image: url("../../images/bg-dots.svg");
	box-sizing: border-box;
}
footer{
	margin-top: 8rem;
	color: #fff;
	background-color: #E73C22;
}
.footer-about-address {
	width: 70%;
}
footer h4{
	font-weight: 400;
	margin: .5em 0;
	margin-top: 50px;
	font-size: 1.375rem;
}
.footer-about-logo {
	width: 30%;
}
.footer-about {
	margin: 0 30px;
	padding-bottom: 50px;
	display: flex;
	align-items: end;
}
main > div{
	padding: 0 40px;
}
.title{
	font-size: 30px;
	text-align: center;
}


.h2{
	background-color: #E73C22;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}

/**/
.setumei{
	background-color: #fff;
	border-radius: 20px;
	padding: 15px;
}
.setumei ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
.setumei ul{
	margin: 0;
	padding: 0 0 0 2em;
}

.setumei > ol > li{
	position: relative;
	padding-left: 1.7em;
}
.setumei li .number{
	background-color: #E73C22;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: absolute;
	top:0;
	left:0;
}
.kome{
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}


.chckspace{
	background-color: rgba(255, 255, 255, 0.7);
	border: solid 2px #E73C22;
	text-align: center;
	margin-top: 10px;
	padding: 15px 0;
	font-size: 1.1rem;
}
.chckspace input[type="checkbox"]{
	width: 1.5em;
	height: 1.5em;
	vertical-align: -0.2em;
}
.gomail{
	text-align: center;
}
.gomail h3{
	font-size: 1.5rem;
	margin: 0;
	font-weight: 600;
}
.gomail input[type="email"]{
	width: 400px;
	margin: 20px auto;
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
	border: solid 1px #AAA;
	font-size: 1.5rem;
	background-color: rgb(253, 253, 231);
}

input[type="submit"]{
	background-color: #000;
	opacity: 1;
	color: #FFF;
	font-size: 20px;
	border: 0;
	border-radius: 10px;
	padding: 10px 20px;
	margin-bottom: 20px;
	min-width: 200px;
	cursor: pointer;
}
.ol-sp{
	display: none;
}
.nowrap{
	white-space: nowrap;
}
.next,
.gohome{
	margin-top: 30px;
	text-align: center;
}


/**/
.entry table{
	border-collapse: separate;
	border-spacing: 4px;
}
.entry th{
	background-color: #DDD;
	text-align: left;
	padding: 10px;
	font-weight: 400;
	position: relative;
	width: 40%;
	box-sizing: border-box;
	vertical-align: top;
}
.entry td{
	background-color: rgb(255, 250, 220);
	padding: 10px;
	width: 60%;
	box-sizing: border-box;
}
.hiss{
	display: inline-block;
	background-color: #FF0000;
	color: #FFF;
	font-size: 12px;
	border-radius: 6px;
	white-space: nowrap;
	position: absolute;
	top:10px;
	right:10px;
	line-height: 1;
	padding: 5px;
}
.entry select,
.entry textarea,
.entry input[type="number"],
.entry input[type="tel"],
.entry input[type="text"]{
	width: 100%;
	border: solid 1px #AAA;
	border-radius: 6px;
	padding: 5px;
	font-size: 16px;
	box-sizing: border-box;
}
.entry input[name="ninzu"],
.entry input[name="zip1"],
.entry input[name="zip2"]{
	width: 6em;
}
.entry input[name="other"]{
	width: calc(100% - 6em);
	margin-left: 5px;
}
.entry label{
	display: block;
	padding: 5px 0;
}
.entry input[type="checkbox"]{
	width: 1.5em;
	height: 1.5em;
	vertical-align: -0.2em;
}
small.tyui{
	display: block;

}
textarea{
	height: 150px;
}
.link{
	text-align: center;
}
.link a{
	background-color: #000;
	opacity: 1;
	color: #FFF;
	font-size: 20px;
	border: 0;
	border-radius: 10px;
	padding: 10px 20px;
	margin-bottom: 20px;
	min-width: 200px;
	text-decoration: none;
}
.syokierr{
	margin-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.syokierr .link{
	margin-top: 50px;
}
.thanks h3{
	text-align: center;
}
.thanks .yoyakubango{
	border: solid 2px #000;
	padding: 10px;
	text-align: center;
	width: 300px;
	margin: 10px auto;
}
.thanks .yoyakubango strong{
	font-weight: 600;
	font-size: 24px;
}
.thanks ul{
	margin-bottom: 50px;
}
.thanks{
	margin-top: 50px;
	padding-bottom: 50px;
}