@charset "utf-8";

html,body,h1,h2,h3,h4,h5,ul,ol,dl,p,dd{
	margin:0;
	padding:0;
	list-style:none;
	scroll-behavior: smooth;
}
html,body{
    font-family: 'Noto Sans JP', sans-serif;
	/*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	color:#000;
	font-weight:normal;
	text-align:left;
}
.cf:after {
	content:" ";
	display:block;
	clear:both;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.0rem;
    line-height: 1.2;
    min-width: 1200px;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	color: #428bca;
}
a:hover {
	text-decoration: underline;
}
a:hover img{
    filter:alpha(opacity=70);
    opacity:0.70
}
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
i { font-style: normal; }

/*----------------------------
共通部品
-----------------------------*/
.inner {
	margin: 0 auto;
	width: 1100px;
}
.pc_only { display: block!important; }
.sp_only { display: none!important; }

a,input {
    box-sizing: border-box;
}
input:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.5s;
}
.mb48 { margin-bottom: 48px!important; }
/*----------------------------
ヘッダー
-----------------------------*/
header {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}
#logo_head {    
    display: flex;
    justify-content: space-between;
    margin: 32px auto 90px;
    width: 1100px;
}
#logo_head h1 {    
    margin-top: 9px;
}
/*----------------------------
フッター
-----------------------------*/
footer {
    color: #fff;
    background: #000;
    padding: 45px 0 40px;
}
footer h2 {
    font-size: 2.2rem;
    text-align: center;
}
#c-footer {
    display: flex;
    justify-content: space-between;
    margin: 35px auto 0;
    width: 1100px;
}
#c-footer h3 {
    font-size: 1.5rem;
    line-height: 1.73;
    margin-bottom: 20px;
}
#c-footer h3::before {
    content: "■";
}
#c-footer p {
    font-size: 1.5rem;
    line-height: 1.73;
}
#c-footer_inq01 {
    border-right: 1px solid #fff;
    padding-left: 50px;
    width: 493px;
}
#c-footer_inq01 ol {
    display: flex;
    justify-content: space-between;
    width: 520px;
}
#c-footer_inq02 {
    width: 494px;
}
#c-footer_inq01 h3 , #c-footer_inq02 h3 {
    margin-bottom: 5px !important;
}
#c-footer_inq01 p , #c-footer_inq02 p {
    margin-bottom: 30px !important;
}
footer a {
    color: #fff;
    text-decoration: none;
}
#ft_logo {
    margin: 64px auto 0;
    width: 180px;
}
#ft_logo img {
    height: auto;
    width: 100%;
}
/*----------------------------
エラー
-----------------------------*/
#c-error {
    border: 2px solid #d33;
    padding: 0 16px 16px;
    margin-bottom: 32px;
}
#c-error p {
    color: #d33;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 1em;
    text-indent: -1em;
    margin-top: 16px;
}

/*----------------------------
コンテンツ
-----------------------------*/
#contents {
	margin-top: 40px;
}
#c-days {
    margin: 70px 0 90px;
}
#c-days dl {
    color: #221815;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    /*font-family: "klavika-web-condensed", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
    font-weight: 700;
    font-style: normal;
}
#c-days dl.c-days_01 {
    margin-bottom: 4px;
}
#c-days dl dt {
    font-size: 2.4rem;
    font-weight: bold;
}
#c-days dl dt::after {
    content: ":";
    font-size: 3.2rem;
    padding-left: 4px;
    padding-right: 8px;
}
#c-days dl dd {
    font-size: 2.4rem;
    font-weight: bold;
    width: 460px;
}
#c-days dl dd i {
    font-size: 4.2rem;
    font-style: normal;
}
#c-days dl dd span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 4px;
}
#c-agenda {
    margin-bottom: 90px;
}
#c-agenda h2 {
    color: #221815;
    border-bottom: 1px solid #000;
    font-size: 4.8rem;
    /*font-family: "klavika-web-condensed", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
    font-weight: 300;
    font-style: normal;
    text-align: center;
    padding-bottom: 28px;
    margin-bottom: 28px;
}
.c-agenda_day {
    margin: 0 auto;
    width: 1000px;
}
.c-agenda_day h3 {
    color: #221815;
    border-left: 10px solid #000;
    font-size: 2.6rem;
    line-height: 30px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.c-agenda_day p.placettl {
    color: #221815;
    font-size: 1.8rem;
	font-weight: bold;
    line-height: 30px;
    /*padding-left: 20px;*/
    margin-bottom: 5px;
}
.c-agenda_day p.place {
    color: #221815;
    font-size: 1.6rem;
	font-weight: normal;
    line-height: 30px;
    /*padding-left: 20px;*/
    margin-bottom: 20px;
}
.c-agenda_day p.place span {
	font-weight: bold;
}
.c-agenda_day p.placettl a {
    color: #221815;
	text-decoration: underline;
    /*background: url(../img/ico_link.png) no-repeat right center;
    background-size: 18px;
    padding-right:25px;
    height: 18px;
    width: 18px;*/
}
.c-agenda_day p.place a:hover {
	text-decoration: underline;
}
.c-agenda_day h3 span {
    font-size: 1.8rem;
}
.c-agenda_day h3 strong {
    color: #007c97;
}
.c-agenda_day h3 strong i {
    font-size: 1.8rem;
    margin-right: 20px;
}
.c-agenda_add .actname {
    color: #007c97;
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 8px;
}
.c-agenda_day .actname span {
    font-size: 1.8rem;
}
.c-agenda_day .actname strong {
    font-size: 2.6rem;
    color: #007c97;
}
.c-agenda_day .actname strong i {
    font-size: 1.8rem;
    margin-right: 20px;
}
.flexbox {
	display: flex;
    flex-direction: row;
}
.flexcontents {
	width: 35%;
	margin: 0 0 20px 50px;
}
.c-agenda_day ol li {
    background: #fafafa;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    height: 60px;
    padding: 0 20px;
}
.c-agenda_day ol li:nth-child(2n+1) {
    background: #ededed;
}
.c-agenda_day ol li i {
    font-size: 1.8rem;
    width: 135px;
}
.c-agenda_day ol li p {
    line-height: 1.4;
    font-weight: bold;
    flex: 1;
}
.c-agenda_day ol li p.scd {
    font-size: 1.6rem;
    font-weight: normal;
}
.c-agenda_day ol li p span {
    font-size: 1.3rem;
}
.c-agenda_day ul {
    margin: 24px 0 44px;
}
.c-agenda_day ul li {
    font-size: 1.6rem;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.875;
}
.c-agenda_day ul li::before {
    content: "※";
}
.c-agenda_day ul.recommend {
    margin: 22px 0 24px;
}
.c-agenda_day ul.recommend li {
    font-size: 1.6rem;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.875;
}
.c-agenda_day ul.recommend li.orange::before {
	color: #007c97;
}
.c-agenda_day ul.recommend li.red::before {
	color: #e60012;
	font-weight: normal!important;
}
.c-agenda_day ul.recommend li span {
	color: #007c97;
}
.c-agenda_day ul.recommend li span.red {
	color: #e60012;
	font-weight: normal!important;
}
.c-agenda_add {
    border-left: 6px solid #007c97;
    padding-left: 15px;
    margin-bottom: 50px;
}
.c-agenda_add_mbless {
	margin-bottom: 10px !important;
}
.c-agenda_add h4 {
    color: #007c97;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 8px;
}
.c-agenda_add p {
    font-size: 1.6rem;
    line-height: 1.875;
}
.c-agenda_add p span {
	color: #e60012;
	font-weight: normal!important;
}
.c-agenda_add p i {
    font-size: 1.8rem;
}
.c-agenda_add p img {
    padding-bottom: 8px;
}
#form {
    padding-bottom: 84px;
}
#form h2 {
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #000;
}
#c-form {
    margin: 0 auto 45px;
    width: 732px;
}
#c-form_att {
    color: #007c97;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
}
.colorRed {
    color: #e60012!important;
}
#c-form_att::before {
    content: "■";
}
#c-form_head {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 16px 0;
}
#c-form_head p i {
    /*color: #fe0101;*/
	color: #e60012;
}
#c-form_head ul li {
    margin-left: 1em;
    text-indent: -1em;
}
#c-form_head ul li::before {
    content: "・";
}
#c-form_input ul {
    background: #f7f7f7;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}
#c-form_input ul li {
    border-bottom: 1px solid #000;
}
#c-form_input ul li.last_li {
    padding: 12px 0;
}
#c-form_input .c-form_wrap {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 0 0 0 30px;
    gap: 10px;
}
#c-form_input .c-form_wrap_height {
    align-items: start;
    height: auto;
    padding: 12px 0 12px 30px;
}
#c-form_input .c-form_wrap_height_in {
    align-items: center;
    height: auto;
    min-height: auto;
    padding: 6px 0 0 30px;
}
#c-form_input .c-form_wrap i {
    color: #e60012;
    font-size: 1.1rem;
    line-height: 1.5;
    width: 12px;
}
#c-form_input .c-form_wrap i+label {
    font-size: 1.4rem;
    line-height: 1.5;
    width: 150px;
}
#c-form_input .c-form_wrap i+label.w_auto {
    width: auto;
}
#c-form_input .c-form_wrap .c-form_parts {
    width: 245px;
}
#c-form_input .c-form_wrap .c-form_conf {
    font-size: 1.4rem;
    line-height: 1.5;
    flex: 1;
}
#c-form_input .c-form_wrap .c-form_parts input[type="text"],
#c-form_input .c-form_wrap .c-form_parts input[type="tel"],
#c-form_input .c-form_wrap .c-form_parts input[type="email"] {
    box-sizing: border-box;
    border: 1px solid #cbcaca;
    padding: 6px;
    width: 100%;
}
#c-form_input .c-form_wrap span {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-left: 10px;
}
#c-form_input .c-form_radio label {
    font-size: 1.4rem;
    line-height: 1.5;
}
#c-form_input .c-form_radio span {
    color: #000;
    margin-right: 35px;
    padding: 0;
}
#c-form_input .c-form_radio p {
    line-height: 3;
}
#c-form_input .c-form_wrap input[type="radio"] {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    padding: 8px;
    margin-right: 8px;
    vertical-align: text-top;
}
#c-form_input .c-form_wrap .c-form_parts textarea {
    box-sizing: border-box;
    border: 1px solid #cbcaca;
    padding: 6px;
    width: 100%;
    min-height: 75px;
}
#c-btn {
    text-align: center;
    margin: 0 auto;
    width: 608px;
}
#c-btn li {
    margin-bottom: 16px;
}
#c-btn input[type="submit"] {
    background: #000;
    border: none;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 60px;
    width: 100%;
}
#c-form_thanks {
    margin: 76px 0;
}
#c-form_thanks p {
    font-size: 1.8rem;
    line-height: 2.78;
    text-align: center;
}
#c-form_thanks p ol li {
    font-size: 1.2rem;
    line-height: 1.4;
}

}
