/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

:root {
  color-scheme: light;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

header {
        display: block;
        width: 100%;
        height: 100vh;
        padding: 0;
        overflow: hidden;
        border-bottom: 5px solid #6a3906;
        background-repeat: no-repeat;
        background-attachment: fixed;
	background-image: url(../images/header01.jpg);
    background-position: 50% 88%;
    background-size: auto 100%;
    }
@media screen and (max-width:779px) {
	header {
    background-position: 75% 88%;
    background-size: auto 110%;
    }
}
@media screen and (max-width:479px) {
	header {
		height: 80vh;
	}
}
.fixed_header_bg {
	position: fixed;
	display: block;
	width: 100%;
	background: #fff;
	z-index: 99;
}
.fixed_header {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
    width: 90%;
    max-width:1180px;
    margin: 0 auto;
	padding: 10px 0;
}
.fixed_header_left {
    display: block;
    width: 350px;
    margin: 20px auto 0;
}
.fixed_header_left a {
    display: block;
    width: 100%;
}
.fixed_header_left a img {
    display: block;
    width: 100%;
    margin: 0;
}
.fixed_header_right {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
    width: 500px;
    margin: 0 auto;
}
.fixed_header_right_left {
	width: 60%;
}
.fixed_header_right_left_tel {
	display: block;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.fixed_header_right_left_btn {
	display: block;
	padding: 10px 5px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #1ea939;
	border-radius: 10px;
}
.fixed_header_right_right {
	width: 38%;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #ff0000;
	border-radius: 10px;
}
.fixed_header_right_right a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
}
.fixed_header_right_right img {
	display: block;
	width: 30%;
	margin: 0 auto;
}
h1 {
	position: absolute;
	top: 450px;
	right: 10vw;
	width: 60%;
}
h1 img {
	width: 100%;
}
@media screen and (max-width:479px) {
	h1 {
		position: absolute;
		top: 350px;
		right: 0;
		left: 0;
		width: 90%;
		margin: auto;
}
}
.maruyoshi_message {
	display: block;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}
.maruyoshi_message h2 {
	display: inline;
	padding-bottom: 5px;
	padding-right: 20px;
	font-size: 27px;
	font-weight: 500;
	color: #736357;
	border-bottom: 1px solid #736357;
}
.maruyoshi_message p {
	margin-top: 50px;
	font-size: 17px;
	color: #4c4948;
	line-height: 270%;
	letter-spacing: -.2px;
}
.maruyoshi_message p span {
	display: block;
	margin-top: 30px;
	text-align: right;
}
.maruyoshi_about {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
	background: #6a3906;
}
.maruyoshi_about h2 {
	font-size: 27px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
}
.maruyoshi_about h2 span {
	display: block;
	margin-top: 3px;
	font-size: 17px;
	letter-spacing: 0;
}
.maruyoshi_about table {
	width: 90%;
	max-width: 700px;
	margin: 50px auto 0;
	border-collapse: separate;
    border-spacing: 30px;
}
.maruyoshi_about table tbody {
	width: 100%;
}
.maruyoshi_about table th {
	padding: 10px 15px 5px 10px; 
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	border-bottom: 3px solid #fff;
	vertical-align: bottom;
	white-space:nowrap;
}
.maruyoshi_about table td {
	padding: 10px 0 5px 10px; 
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.maruyoshi_about table td span {
	font-size: 13px;
}
.maruyoshi_about table td img {
	width: 100%;
	margin: 0;
	border-radius: 10px;
}
.maruyoshi_service {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
	border-bottom: 17px solid #f9cb00;
}
.maruyoshi_service h2 {
	font-size: 27px;
	font-weight: 500;
	text-align: center;
	color: #000;
	letter-spacing: 1px;
}
.maruyoshi_service h2 span {
	display: block;
	margin-top: 3px;
	font-size: 17px;
	color: #6a3906;
	letter-spacing: 0;
}
.maruyoshi_service_box {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 90%;
	max-width: 1100px;
	margin: 100px auto 0;
}
.maruyoshi_service_box_block {
	position: relative;
	width: 33.3333%;
}
.maruyoshi_service_box_block::before {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 1px;
	height: 100%;
	background: #6a3906;
}
.maruyoshi_service_box_block03::before {
	display: none;
}
.maruyoshi_service_box_block h3 {
	display: block;
	width: 75%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 23px;
	font-weight: 400;
	text-align: center;
	color: #6a3906;
	border: 1px solid #6a3906;
	border-radius: 5px;
	letter-spacing: 1px;
}

.maruyoshi_service_box_block02 h3 {
	padding: 5px 0;
}
.maruyoshi_service_box_block img {
	display: block;
	width: 75%;
	margin: 30px auto 0;
}
.maruyoshi_service_box_block p {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
.maruyoshi_service_btn {
        display: block;
        width: 200px;
        margin: 100px auto 0;
        padding: 10px 0;
        font-size: 22px;
        font-weight: 400;
        text-align: center;
        color: #fff;
	text-decoration: none;
        background: #6a3906;
        border-radius: 50px;
    }

.maruyoshi_service_box02 {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 90%;
	max-width: 1010px;
	margin: 50px auto 0;
}
.maruyoshi_service_box02 img {
	position: relative;
	width: 24%;
}
   .contact {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 100px auto;
    }
    .contact_title h2 {
	font-size: 27px;
	font-weight: 500;
	text-align: center;
	color: #000;
	letter-spacing: 1px;
}
    .contact_title h2 span {
	    display: block;
    margin-top: 3px;
    font-size: 17px;
    color: #6a3906;
    letter-spacing: 0;
}
    .contact_form {
        display: block;
        width: 100%;
        margin: 100px auto;
    }
    .contact_form p {
        font-size: 17px;
        line-height: 180%;
    }
    .contact_form p span {
        color: #f8ca00;
    }
    .contact_form p a {
        color: #f8ca00;
    }
    .contact_form table {
        width: 100%;
        margin: 50px auto;
    }
    tbody {
}
    .contact_form table th {
        width: 30%;
        padding: 10px;
        font-weight: 400;
        border-bottom: 1px dotted #ccc;
        vertical-align: middle;
		text-align: left;
    }
    .contact_form table th span {
        color: #f8ca00;
    }
    .contact_form table td {
        padding: 10px 0;
        font-weight: 400;
        border-bottom: 1px dotted #ccc;
        vertical-align: top;
    }
    
    .contact_form input[type="text"], 
    .contact_form textarea {
        width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 1.5;
}
    .post_code {
        width: 30%!important;
    }
       .contact_form input[type="radio"] {
           display: none;
    }
    .contact_form label {
        margin: 5px;
        width: 30px; 
        height: 30px;
        padding: 0 13px;
        cursor: pointer; 
        border: solid 1px #f8ca00;
    }
    .contact_form input[type="radio"]:checked + label {
        background: #f8ca00;
    }
    .contact_form input[type="submit"] {
        display: block;
        width: 250px;
        margin: 50px auto;
        padding: 5px 0;
        font-size: 25px;
		font-weight: 700;
        font-weight: 400;
        text-align: center;
        color: #fff;
        background: #6a3906;
        border-radius: 50px;
		border: none;
    }
footer {
	display: block;
	width: 100%;
	padding-bottom: 25px;
	border-bottom: 17px solid #6a3906;
}
footer a {
	display: block;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 5px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #1ea939;
	border-radius: 10px;
}
footer img {
	display: block;
	width: 90%;
	max-width: 320px;
	margin: 50px auto;
}
footer copy {
	display: block;
	font-size: 14px;
	text-align: center;
}
@media screen and (max-width:649px) {
	
.fixed_header {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
    width: 90%;
    max-width:1180px;
    margin: 0 auto;
	padding: 15px 0 10px;
}
.fixed_header_left {
    display: block;
    width: 250px;
    margin: 0px auto 0;
}
.fixed_header_left a {
    display: block;
    width: 100%;
}
.fixed_header_left a img {
    display: block;
    width: 100%;
    margin: 0;
}
.fixed_header_right {
    width: 100%;
    margin: 10px auto 0;
}
.fixed_header_right_left {
	width: 60%;
}
.fixed_header_right_left_tel {
	display: block;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.fixed_header_right_left_btn {
	display: block;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #1ea939;
	border-radius: 10px;
}
.fixed_header_right_right {
	width: 38%;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #ff0000;
	border-radius: 10px;
}
.fixed_header_right_right a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 0 10px;
	text-decoration: none;
}
.fixed_header_right_right img {
	display: block;
	width: 30%;
	margin: 0 auto;
}
.maruyoshi_message {
}
.maruyoshi_message h2 {
	font-size: 25px;
}
.maruyoshi_message p {
	font-size: 15px;
	line-height: 200%;
}
.maruyoshi_about h2 {
	font-size: 25px;
	letter-spacing: 2px;
}
.maruyoshi_about h2 span {
	margin-top: 5px;
	font-size: 16px;
}
.maruyoshi_about table {
	width: 90%;
	max-width: 600px;
	margin: 0px auto 0;
	border-collapse: separate;
    border-spacing: 0px;
}
.maruyoshi_about table tbody {
	width: 100%;
}
.maruyoshi_about table th {
	display: block;
	width: 30%;
	padding: 50px 10px 10px; 
	font-size: 16px;
}
.maruyoshi_about table td {
	display: block;
	width: 100%;
	padding: 20px 10px 10px; 
	font-size: 16px;
}
.maruyoshi_service h2 {
	font-size: 25px;
	letter-spacing: 2px;
}
.maruyoshi_service h2 span {
	margin-top: 5px;
	font-size: 16px;
}
.maruyoshi_service_box {
	margin: 50px auto 0;
}
.maruyoshi_service_box_block {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.maruyoshi_service_box_block::before {
	display: none;
}
.maruyoshi_service_box_block h3 {
	width: 85%;
	padding: 17px 0;
	font-size: 20px;
}
	
	.maruyoshi_service_box02 {
		width: 68%;
	}
	.maruyoshi_service_box02 img {
		width: 49%;
		margin-bottom: 7px;
	}
.maruyoshi_service_btn {
        margin: 50px auto 0;
        font-size: 20px;
    }
.contact {
        display: block;
        width: 90%;
        margin: 50px auto;
    }
    .contact_title h2 {
    text-align: center;
}
    .contact_title h2 span {
    display: block;
    margin: 5px auto 0;
}
    .contact_form {
        display: block;
        width: 100%;
        margin: 50px auto;
    }
    .contact_form p {
        font-size: 17px;
        line-height: 180%;
    }
    .contact_form p span {
    }
    .contact_form p a {
    }
    .contact_form table {
        width: 100%;
        margin: 50px auto;
    }
    tbody {
}
    .contact_form table th {
        display: block;
        width: 100%;
        padding: 10px 0 0;
        font-weight: 700;
        vertical-align: top;
    }
    .contact_form table td {
        display: block;
        width: 100%;
        padding: 10px 0;
        font-weight: 400;
        border-bottom: 1px dotted #ccc;
        vertical-align: top;
    }
    
    .contact_form input[type="text"], 
    .contact_form textarea {
        width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 1.5;
}
    .post_code {
        width: 30%!important;
    }
       .contact_form input[type="radio"] {
           display: none;
    }
    .contact_form label {
        margin: 5px;
        width: 30px; 
        height: 30px;
        padding: 0 13px;
        cursor: pointer; 
    }
    .contact_form input[type="submit"] {
        display: block;
        width: 300px;
        margin: 50px auto;
        padding: 10px 0;
        font-size: 21px;
        font-weight: 400;
        text-align: center;
        color: #fff;
        border-radius: 50px;
    }
footer {
	display: block;
	width: 100%;
	padding-bottom: 25px;
	border-bottom: 17px solid #6a3906;
}
footer a {
	padding: 5px 10px;
	font-size: 14px;
}
footer img {
	display: block;
	width: 90%;
	max-width: 320px;
	margin: 50px auto;
}
footer copy {
	display: block;
	font-size: 13px;
	text-align: center;
}
}