@charset "utf-8";

@media screen and (max-width: 1300px) {
    header img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 768px) {
body {
	min-width: auto;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
}

/*----------------------------
共通部品
-----------------------------*/
.inner {
	width: 95%;
}
.pc_only { display: none!important; }
.sp_only { display: block!important; }
br.nobr { display: none ;}
a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
}
/*----------------------------
ヘッダー
-----------------------------*/
header {
}
#logo_head {
    width: 95%;
}
#logo_head h1 {
    margin-top: 0;
    width: 45%;
}
#logo_head p {
    width: 30%;
}
/*----------------------------
フッター
-----------------------------*/
#c-footer {
    display: block;
    margin: 35px auto 0;
    width: 95%;
}
#c-footer_inq01 {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    margin-bottom: 32px;
    width: 100%;
}
#c-footer_inq01 ol {
    display: block;
    justify-content: space-between;
    width: 100%;
}
#c-footer_inq01 ol li {
    margin-bottom: 16px;
}
#c-footer_inq02 {
    width: 100%;
}
#ft_logo {
    width: 25%;
    min-width: 160px;
}

/*----------------------------
コンテンツ
-----------------------------*/
.c-agenda_day {
    width: 100%;
}
.flexbox {
    flex-direction: column;
}
.flexcontents {
	width: 100%;
	margin: 0 0 0 0;
}
#c-form {
    width: 100%;
}
#c-form_input ul li {
    padding: 12px 0;
}
#c-form_input .c-form_wrap {
    display: block;
    height: auto;
    padding: 0 12px;
}
#c-form_input .c-form_wrap .c-form_parts {
    padding-top: 4px;
    display: block;
    width: 100%;
}
#c-form_input .c-form_wrap span {
    display: block;
    text-align: right;
    padding: 4px 0 0;
}
#c-form_input .c-form_radio span {
    margin-right: 0;
    padding: 0;
    text-align: left;
}
#c-form_input .c-form_radio label {
    display: block;
    line-height: 2.2;
}
#c-form_input .c-form_wrap_height_in {
    margin-top: 8px;
}
#c-form_input .c-form_wrap .c-form_conf {
    padding: 4px 12px;
}
#c-btn {
    width: 90%;
}
}

@media screen and (max-width: 640px) {
    .c-agenda_day h3 strong {
        padding-top: 4px;
        display: block;
    }
    #c-btn input {
        height: auto;
        width: 90%;
    }
}

@media screen and (max-width: 560px) {
    #c-days {
        margin: 50px 0;
    }
    #c-days dl {
        display: block;
        text-align: center;
    }
    #c-days dl.c-days_01 {
        margin-bottom: 16px;
    }
    #c-days dl dd {
        font-size: 5vw;
        width: 100%;
    }
    #c-days dl dd i {
        font-size: 8vw;
    }
    #c-days dl dt::before {
        content: "【";
        font-size: 2.4rem;
    }
    #c-days dl dt::after {
        content: "】";
        font-size: 2.4rem;
        padding: 0;
    }
}
@media screen and (max-width: 480px) {
    .c-agenda_day h3 {
        font-size: 6vw;
    }
    .c-agenda_day ul li {
        font-size: 1.4rem;
    }
	.c-agenda_day ul.recommend li {
  		font-size: 1.4rem;
	}
    .c-agenda_day ol li {
        display: block;
        height: auto;
        padding: 12px;
    }
    .c-agenda_day ol li i {
        display: block;
        margin-bottom: 4px;
        width: 100%;
    }
    .c-agenda_add h4 {
        font-size: 1.8rem;
    }
    .c-agenda_add p {
        font-size: 1.4rem;
    }
    #c-btn input[type="submit"] {
        font-size: 2rem;
    }
    #c-form_thanks p {
        font-size: 1.6rem;
        line-height: 2.78;
        text-align: center;
    }
    footer h2 i {
        display: block;
    }
}
