@charset "utf-8";
/* CSS Document */

body{
	font-size: 18px;
	color: #4d4d4d;
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
	line-height: 1.75;
}

h1 {
    color: #517466;
    font-size: 2rem;
    font-weight: bold;
}

h2 {
    color: #517466;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #9ebea0;
    padding-bottom: 5px;
}

p{
	font-size: 1.4rem;
	padding-left: 1rem;
	padding-right: 1rem;	
}

@media screen and (max-width: 750px) {
p{
	font-size: 1.2rem;	
}
}

.sec-prof p {
    color: #857145;
}

img{
	width: 100%;
}

iframe {
    width: 100%;
}

.table {
    table-layout: fixed;
}

.table td, .table th {
    word-wrap: break-word;
    font-size: 0.8rem;
}

.privacypolicy p {
    font-size: 0.8rem;
}

.lp-contents{
	margin: 0 auto;
	max-width: 750px;
}

.cta-sec{
	background: #fffbe7;
}



span.marker {
    background:linear-gradient(transparent 60%, #feeeee 60%);
	font-weight: bolder;
}

.bg-cta {
    background: #517466;
}

.cta-sec a:hover {
    opacity: 0.8;
}

section.cta {
    margin-top: 1.5rem;
}

.cta-inner {
    background: white;
	position: relative;
	padding-top: 3rem;
}

.cta-ttl {
    position: absolute;
    top: -2.5rem;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
	.cta-ttl {
		top: -1.5rem;
	}
	.cta-inner {
	padding-top: 1rem;
}
	}

.bg-flow {
    background-image: url(images/bg-flow.png);
	background-size: cover;
    background-attachment: fixed;
}

.map-container {
      width: 100%;
      aspect-ratio: 4 / 3; /* 4:3の比率 */
      border: 0;
    }

    .map-container iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

/***フッター***/
.footer-section {
    background: #9ebea0; /*好きな色を設定してください*/
    padding: 2rem;
}

ul.footer-menu {
    display: flex;
    justify-content: center;
}

ul.footer-menu li {
    list-style: none;
}

ul.footer-menu li a {
    color: white;
    margin-right: 10px;
    font-size: 1rem;
}

.logo {
    width: 30%;  /*ロゴにあわせて調整してください*/
    margin: 0 auto;
}

footer.footer-section p {
    text-align: center;
    color: white;
    font-size: 0.8rem;
}


@media screen and (max-width:768px) {
	ul.footer-menu {
    display: block;
    text-align: center;
}
	
	.logo {
    width: 20%;  /*ロゴにあわせて調整してください*/
}
	
	.footer-section {
    padding: 1rem;
}
}	
