@charset "utf-8";

/* Base styles */
html {
    scroll-behavior: smooth;
}

body {
	line-height: 2em;
}

.container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 16px;
}

/* Header */
header {
	background: white;
	border-bottom: solid 3px #082877;
	height: 70px;
}

.heade-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	padding: 10px 0;
	width: 89px;
	height: 50px;
}

/* Navigation */
.navigation {
	margin-bottom: 15px;
	line-height: 1.5em;
}

.navbar {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	margin-top: 10px;
}

.nav-item {
	text-align: center;
	flex: 1 1 auto;
	border: solid 2px #082877;
	margin: 0 5px 5px;
	background: transparent;
	width: 25%;
}

.nav-item:hover {
	background: #dedede;
}

.nav-anchor {
	display: block;
	color: #082877;
	text-decoration: none;
	width: 100%;
}

.nav-font-japanese,
.nav-font-english {
	color: #082877;
	font-size: 15px;
	font-weight: bold;
}

/* Tables */
.table,
.service2 {
	width: 100%;
	margin-bottom: 15px;
}

.table th,
.table td,
.service2 th,
.service2 td {
	border: 1px solid #082877;
	padding: 20px;
	font-size: 13px;
}

.table th,
.service2 th {
	font-weight: bold;
	background-color: #dedede;
}

/* Service Section */
.service-title {
	font-size: 15px;
	font-weight: bold;
	color: #082877;
	margin-top: 30px;
}

.service-title:first-child {
	margin-top: 0;
}

.box {
	position: relative;
	margin: 2em 0;
	padding: 25px 10px 7px;
	border: solid 2px #FFC107;
}

/* Buttons */
.btn {
	text-align: center;
	margin-bottom: 15px;
}

.btn-icon {
	display: inline-block;
	background-color: #FFC107;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 16px;
	position: relative;
}

.btn-icon:hover {
	opacity: 0.8;
}

/* Map */
#map {
	height: 400px;
	width: 100%;
	margin: 20px 0;
	border: 1px solid #ddd;
	border-radius: 4px;
}

/* Footer */
footer {
	background: #082877;
	color: white;
	height: 30px;
}

.footer-inner {
	line-height: 30px;
	text-align: center;
	font-size: 13px;
}

.privacy-policy {
	text-decoration: none;
	color: white;
}

/* Contact Form */
.contact-form-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
}

.contact-form-container--inner {
	max-width: 765px;
	width: 100%;
}

.contact-form-container form input,
.contact-form-container form textarea {
	width: 100%;
}

.wpcf7 input[type="submit"] {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #082877;
	background: transparent;
	padding: 10px 40px;
	border: solid 2px #082877;
}

.wpcf7 input[type="submit"]:hover {
	background: #dedede;
}

/* Media Queries */
@media (max-width: 768px) {
	.nav-font-japanese,
	.nav-font-english {
		font-size: 10px;
	}

	.contact-form-container--inner {
		max-width: 90%;
	}
}

/* 料金表 */

.price-container-01{
   margin: 5% 0;
}

.price-title-01 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.price-title-01 p{
	color: #082877;
	font-size: 1.2rem;
    font-weight: bold;
}

.price-table-container {
    margin: 1% auto;
    padding: 0 20px;
    overflow-x: auto;
    max-width: 1000px;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 50px 0;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.price-table th,
.price-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

.price-table th {
    background-color: #082877;
    color: white;
    font-weight: bold;
}

.price-table td:first-of-type {
  background-color: #f9f9f9;
}

.price-table tr:hover {
    background-color: #f5f5f5;
}

.td-font-color{
	color: #8c8d90;
}

.price-table th:first-of-type {
	width: 29.5%;
}

.price-table td:first-of-type {
	width: 29.5%;
}


.price-table-02 {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 50px 0;
    background: white;
}

.price-table-02 th,
.price-table-02 td {
	width: 50%;
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

.price-table-02 th {
    background-color: #fff;
    border-collapse: collapse;
	color: #000;
}

.price-table-02 tr:hover {
    background-color: #f5f5f5;
}

.price-table-02 th:first-of-type {
	border: none;
	text-align: left;
}

.price-table-02 tr:first-of-type {
    background-color: #f5f5f5;
}

.price-table-03 {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 50px 0;
    background: white;
}

.price-table-03 th{
	width: 50%;
    border: none;
    padding: 12px;
    text-align: left;
	background-color: #fff;
    border-collapse: collapse;
	color: #000;
}

.price-table-03 td {
	width: 50%;
    border: none;
    padding: 12px 24px;
    text-align: left;
}

.price-table-03 .t-border tr,
.t-border td {
	text-align: center;
    border: 1px solid #ddd;
}

.price-table-03 tr:hover {
    background-color: #f5f5f5;
}

.p-point{
	padding: 0 12px;
	font-size: 13px;
}

.return-top{
    width: 100%;
    align-items: right;
}

.return-top	a{
	text-decoration: none;
	color: #082877;
}

.topcursor {
	height: 50px;
    width: 50px;
    position: fixed;
    right: 3%;
    bottom: 8%;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#price-align-r {
	: none;
	text-align: right;
}

#price-other td:first-of-type {
	width: 29.5%;
}

@media (max-width: 768px) {
    .price-table-container {
        margin: 40px auto;
        padding: 0 10px;
    }

    .price-table {
        font-size: 13px;
        min-width: 100%;
    }

    .price-table th,
    .price-table td {
        padding: 10px 8px;
    }

	.price-table th:first-of-type {
		width: 28%;
	}

	.price-table td:first-of-type {
		width: 28%;
	}

	#price-other td:first-of-type {
		width: 28%;
	}

	#price-align-r {
		font-size: 13px;
	}

	.price-table-02 {
        font-size: 13px;
        min-width: 100%;
    }

}

/* さらに小さい画面サイズ用 */
@media (max-width: 480px) {
    .price-table {
        font-size: 12px;
    }
}