@charset "utf-8";

.Caption 
{
    display: none;
}


#reserve-icon {
    position: fixed;
    padding: 5px;
    top: 150px;
    left: 10px;
    width: 150px;
    height: 50px;
    border-radius: 10%;
    display: flex;
    border: 2px solid #24CC63;
    align-items: center;
    background-color: #FFF;
    justify-content: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}


.spOnly {
	display: none!important;
}

.ec-searchnavRole__topicpath {
    margin: 0 0 3%;
}

.plan-case,article,.main-kv p {
    margin: 1% 10%;
}

h1 {
    font-size: 1.5rem;
    padding: 5% 0 0;
    text-align: center;
    line-height: 200%;
}

h3 {
    text-align: center;
    line-height: 200%;
    font-size: 1.25rem;
}

article {
    padding: 3% 0 0;
}

article img {
    text-align: center;
    width: 80%;
    height: auto;
	object-fit: cover;
}


h2 {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
    border-left: solid 5px #836324;
    padding-left: 1%;

}

.container {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.container .item {
    padding: 0.8%;
    max-width: calc(92% / 3);
}
.container img {
	object-fit: cover;
    border-radius: 6px;
}
.container p {
    margin: 3% 0 0;
}

.img-p {
    margin: 1em 0;
}


@media screen and (max-width: 768px){
	#reserve-icon {
	    width: 150px;
	    height: auto;
	}

	.spOnly {
		display: block!important;
	}

	.plan-case,article {
	    margin: 1% 1%;
	}

	.plan-case,article,.main-kv p {
	    margin: 1% 3%;
	}


	h1 {
	    font-size: 1.2rem;
	}
	h3 {
	    font-size: 1.1rem;
	}

	h2 {
	    font-size: 1.1rem;
	    margin: 8% 0 5%;

	}

	.container {
    	padding: 0;
	}
	.container .item {
        padding: 3% 0.8%;
	    max-width: calc(96% / 2);
	}

	img {
		width: 100%!important;
	}
}


.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem; /* YouTubeの下に余白をつける */
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

