header {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
}
.ho-ttt {
	font-size: 85%;
	color: #535353;
}
.mainbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mainimg {
	order: 2;
	width: 50%;
}
.mainimg-txt {
	order: 1;
	width: 50%;
}
.mainimg-txt ul {
	background-color: #F8F5F0;
	padding: 30px;
	border-radius: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mainimg-txt ul li h2 {
	font-size: 1.5vmax;
	font-weight: bold;
	
}
.mainimg-txt ul li {
	position: relative;
	padding-left: 1.5em;
}
.mainimg-txt ul li::after {
	position: absolute;
	content: "●";
	color: #E08D08;
	left: 0;
	top: 30%;
}
.mainimg-txt h3 {
	font-size: 2.3vmax;
	font-weight: bold;
	border-left: 1px solid #E08D08;
	padding-left: 30px;
	margin-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
	font-family: "Shin Maru Go Bold";
}
.g-menu {
	background-color: #E08D08;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.g-menu a {
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	padding: 40px;
	display: block;
}
.g-menu a span {
	position: relative;
}
.g-menu a span::before{
	position: absolute;
	content: "";
	right: -20px;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.g-menu a span::after{
	position: absolute;
	content: "";
	right: -16px;
	top: 50%;
	margin-top: -4px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #E08D08;
	border-right: 2px solid #E08D08;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.sec-title {
	margin-top: 100px;
	text-align: center;
	font-size: 220%;
	font-weight: bold;
	position: relative;
	margin-bottom: 80px;
}
.sec-title::after {
	position: absolute;
	content: "";
	background-color: #E08D08;
	width: 60px;
	height: 4px;
	bottom: -20px;
	left: 50%;
	margin-left: -30px;
	border-radius: 2px;
}
.box {
	padding-bottom: 100px;
	position: relative;
}
.box::after {
	position: absolute;
	content: "";
	background-color: #EDE0CD;
	width: 100%;
	height: 1px;
	bottom: 0;
}

.box01 {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
}
.box01 p {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.8;
}
.box01 ul {
	max-width: 600px;
	margin: 0 auto;
	background-color: #F8F5F0;
	padding: 40px;
	border-radius: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.box01 ul li h4 {
	font-size: 180%;
	font-weight: bold;
	color: #E08D08;
}
.box01 ul li {
	border-bottom: 1px solid #EDE0CD;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}
.box01 ul li img {
	width: 30px;
	margin-right: 5px;
}


.box02 {
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
	padding-left: 5%;
	padding-right: 5%;
}
.box02:last-child {
	margin-bottom: 0px;
}
.table h2 {
	font-size: 160%;
	font-weight: bold;
	color: #fff;
	background-color: #E08D08;
	padding: 20px;
	border-radius: 6px 6px 0 0;
}
.table table {
	width: 100%;
	box-sizing: border-box;
	border-right: 1px solid #BEA47B;
}
.table table td {
	padding: 16px;
	border-left: 1px solid #BEA47B;
	border-bottom: 1px solid #BEA47B;
	font-size: 114%;
	line-height:1.5;
	letter-spacing: 0.02em;
	font-weight:500;
}
.table table .td01 {
	width: 200px;
}

.table02 table {
	border-top: 1px solid #BEA47B;
}

footer {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 5%;
	padding-right: 5%;
}
footer h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
footer h1 {
	max-width: 500px;
	margin: 0 auto;
}
footer h3 {
	font-size: 140%;
	font-weight: bold;
	background-color: #F8F5F0;
	padding: 30px;
	border-radius: 6px;
	margin-top: 30px;
	margin-bottom: 30px;
}

address {
	font-size: 90%;
	color: #8B8B8B;
}

.ore {
	color: #E08D08;
}
.td02 li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
}

.ore-tt {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
.ore-tt span {
	background-color: #E08D08;
	color: #fff;
	padding: 5px 8px;
	border-radius: 6px;
}
.clum2 {
	display: flex;
	justify-content: space-between;
}
.oder1 {
	width: 50%;
}

.notel {
	pointer-events: none;
}
.notel a {
	color: #000000;
}

#access01, #access02, #access03, #access04 {
		display: block;
    padding-top: 100px;
    margin-top: -100px;
	}

@media screen and ( max-width:1200px )
{
}
@media screen and ( max-width:800px )
{
.mainbox {
    display: inherit;
}
.mainimg {
    width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	box-sizing: border-box;
}
.mainimg-txt {
    width: 100%;
}
.mainimg-txt ul {
    padding: 5%;
}
.mainimg-txt ul li h2 {
    font-size: 1.9vmax;
}
.mainimg-txt ul li::after {
    top: 15%;
}
.mainimg-txt h3 {
    font-size: 2.8vmax;
    font-weight: bold;
    border-left: 1px solid #E08D08;
    padding-left: 5%;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
}
.g-menu a {
    font-size: 100%;
    padding: 20px;
}
.box01 ul {
    padding: 5%;
}
.box01 ul li h4 {
    font-size: 120%;
}
.box01 p {
    font-size: 120%;
}
	.sp-non {
		display: none;
	}
.table h2 {
    font-size: 130%;
	padding: 10px;
}
.table table td {
    padding: 10px;
    border-left: 1px solid #BEA47B;
    border-bottom: 1px solid #BEA47B;
	display: block;
	box-sizing: border-box;
}
.table table .td01 {
    width: 100%;
	background-color: #F8F5F0;
}
.clum2 {
    display: inherit;
}
.oder1 {
    width: 100%;
	margin-top: 10px;
}
footer h2 {
    font-size: 110%;
}
footer h3 {
    font-size: 120%;
    padding: 5%;
}
}
