/*
Theme Name: Zermatt Child
Template: zermatt
Version: 1.0.0
*/

@media only screen and (max-width: 480px) {
    .qodef-content-grid {
        width: 90%;
    }
	.qodef-h4, h4 {
    font-size: 20px;
	}
}
#qodef-page-inner {
    position: relative;
    padding: 30px 0 100px;
}

h2.entry-title {
    font-size: 24px !important;
}

.qodef-blog .qodef-blog-item .qodef-e-media.qodef--has-image {
    margin-bottom: 1rem;
}

.qodef-blog .qodef-blog-item {
    margin: 0 0 2rem;
}

.qodef-fullscreen-menu>ul>li>a {
        font-size: 40px;	
}

@media only screen and (max-width: 1440px) {
    .qodef-fullscreen-menu>ul>li>a {
        font-size: 40px;
    }
}

@media only screen and (max-width: 480px) {
    section.qodef-elementor-content-grid>.elementor-container {
        width: 100% !important;
    }
}

.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-title {
	font-size: 28px !important;
	line-height: 1.6 !important;
}

input[type=date] {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 0;
    padding: 22px 20px;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    font-weight: inherit;
    color: #7e7e7e;
    background-color: transparent;
    border: 1px solid #acacac;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    -o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}

.rental-cta-btn {

    margin: 0;

}

.rental-cta-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px 5px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-align: center;
	z-index: 99;
	margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
	.rental-cta-list {
		right: initial;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media only screen and (max-width: 480px) {
	.rental-cta-list {
		width: 100%;
		grid-gap: 0 1px;
		bottom: 0;
	}
}

.rental-cta-item {
	list-style: none;
	text-align: center;
	background: #000;
	line-height: 1.2;
}

.rental-cta-item:first-child {
	background: #222;
}

.rental-cta-item a {
	display: inline-block;
	padding: 10px 40px;
	color: #fff;
	font-size: 14px;
	min-width: 210px; 
}

@media only screen and (max-width: 480px) {
	.rental-cta-item a {
		padding: 10px 0;
		font-size: 12px;
		min-width: initial; 
	}
}

.rental-cta-item a:hover {
	color: #FFFF00;	
}

.rental-cta-small {
	font-size: 12px;
}

@media only screen and (max-width: 480px) {
	.rental-cta-small {
		font-size: 11px;
	}
}

#qodef-back-to-top {
	display: none;
}

.grecaptcha-badge {
	display:none;
}

.qodef-title--breadcrumbs {
	display:none;
}

.rank-math-breadcrumbs {
	padding: 0 5%;
}

input[type="checkbox"] {
  width: 20px;   /* デフォルトより少し大きめに */
  height: 20px;
  cursor: pointer;        /* 手のアイコンにする */
  margin-right: 10px;
}

.wpcf7-acceptance {
	font-size:16px;
}



.p-faq__body {
    position: relative;
}

.p-faq__illust {
    position: absolute;
    z-index: -1;
    top: -70px;
    right: 10px;
}

.p-faq__group {
    margin-top: 20px;
    padding: 10px 20px;
    background: #f8f8f8;
}

.p-faq__group:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.p-faq__question {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 1.5em;
    padding-right: 2.5em;
    cursor: pointer;
    width: 100%;
    font-weight: 400;
}

.p-faq__question::before {
    content: "Q";
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 1.3em;
    font-weight: 700;
}

.p-faq__question.--lp02::before {
    color: #edb0b0;
}

.p-faq__question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.p-faq__question.is-open::after {
    -webkit-transform: translateY(-25%) rotate(-135deg);
    transform: translateY(-25%) rotate(-135deg);
}

.p-faq__answer {
    position: relative;
    padding-left: 1.5em;
    padding-right: 1.5em;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 2px dotted rgba(0, 0, 0, 0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.p-faq__answer.is-open {
    max-height: 500px;
    opacity: 1;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-color: #5d6c7d;
}

.p-faq__answer::before {
    content: "A";
    position: absolute;
    top: 25px;
    left: 0;
    font-size: 1.3em;
    font-weight: 700;
}

.p-faq__answer.--lp02::before {
    color: #edb0b0;
}

.p-faq__answer a {
    text-decoration: underline;
}

.rank-math-breadcrumbs span {
	font-size: 14px;
}

.rank-math-breadcrumbs a {
	font-size: 14px;
	text-decoration: underline;
}

#qodef-page-sidebar a {
	font-size: 16px !important;
	line-height: 1.6 !important;
}

#qodef-page-sidebar .cat-item a {
	font-size: 16px !important;
	line-height: 1.6 !important;
}