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

/*common
────────────────────────────────────*/
section:not(.hero) {
    padding: 100px 0;
  }

section:nth-child(odd){
	background-color:#fceab6;
}
main .inner{
    max-width: 1000px;
}

main ol,
main ul {
    padding-left: 1.5em;
}

main ul li {
    position: relative;
}

main ul.disc li {
	list-style:disc;
}
/*
main ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
}*/
main ul.kome li::before {
    content: "※";
}



table.layout1 {
    margin: 20px 0;
	border-collapse: separate;
	border-spacing: 2px;
}
table.layout1 th,
table.layout1 td{
	padding:15px;
	background-color: rgba(255, 255, 255, 1);
}
table.layout1 th{
	padding:15px;
	background-color: rgba(255, 255, 255, 0.5);
	white-space:nowrap;
}


table.layout2 {
    margin: 20px 0;
	border-collapse: separate;
	border-spacing: 20px;
}
table.layout2 td{
	padding: 0;
	font-size:2rem;
}
table.layout2 td:nth-of-type(1){
	width:320px;
}


.flex{
	display:flex;
	justify-content: space-between;
	gap:40px;
	margin-top:30px;
}
.flex p {
  flex: 1; /* 余白いっぱいまで使う */
}
.flex img {
  flex: 0 0 40%; /* 画像側の幅を40%固定 */
}
.flex img {
  width: 100%;
	max-width: 460px;
  height: auto;
  display: block;
  object-fit: cover;
}

h2.h2_type01 {
    margin-bottom: 50px;
}

h2.h2_type01 span {
	font-size: 1.6rem;
}

.first p{
	font-size:2.6rem;
	font-weight:bold;
	color:#b85c00;
	text-align:center;
	margin: 70px 0;
}

.br_on{
	display:none;
}

@media screen and (max-width:1040px) {
	h2.h2_type01 {
		font-size: 3rem;
			margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
main .inner {
    max-width: 500px;
}
	    h2.h2_type01 {
        font-size: 2.6rem;
    }
.flex {
	display:block;
}
.flex img {
    margin: 30px auto 5px;
}
}


@media screen and (max-width:768px) {
	section:not(.hero) {
    padding: 70px 0;
}
    h2.h2_type01 {
        font-size: 2.2rem;
	}
}

/*page_mv
────────────────────────────────────*/
.hero {
    height: 200px;
    background: #cccccc;
    margin-bottom: 50px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
}
#about .hero{
	background-image:url("../images/about/hero_bg.jpg");
}
#daily .hero{
	background-image:url("../images/daily/daily_bg.jpg");
}

.hero .inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero h1 {
    font-size: 3rem;
}
@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:540px) {}
@media screen and (max-width:415px) {}



/*first
────────────────────────────────────*/
@media screen and (max-width:1040px) {
	.first p {
    font-size: 2rem;
    margin: 50px 0;
}
}
@media screen and (max-width:768px) {
	.first .br_on{
	display:block;
}
}
	
@media screen and (max-width:540px) {
	    .first p {
        font-size: 1.7rem;
    }
}
@media screen and (max-width:415px) {}

/*施設紹介
────────────────────────────────────*/
.flex.about04{
	margin-top:30px;
}

/*work-section
────────────────────────────────────*/
@media screen and (max-width:768px) {
	.work-section .br_on {
		display:block;
}
}


/*えがおでのお約束
────────────────────────────────────*/
ol.decimal{
	margin-bottom:20px;
}
ol.decimal + p{
	font-weight:bold;
}


/*交通アクセス
────────────────────────────────────*/
@media screen and (max-width:1040px) {
	#map .flex {
		display:block;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:540px) {}
@media screen and (max-width:415px) {}



/*えがおでの1日
────────────────────────────────────*/
.schedule_section .layout2 td span{
	margin-right:20px;
}
@media screen and (max-width:830px) {
	.schedule_section .layout2 td{
		line-height:1.4;
	}
	.schedule_section .layout2 td span{
		display:block;
	}
}

@media screen and (max-width:768px) {
	.schedule_section .layout2{
		width:100%;
		max-width:320px;
		margin:20px auto;
	}
	.schedule_section .layout2 td{
		display:block;
	}
	table.layout2 td:nth-of-type(1) {
		width:auto;
		margin-top:30px;
}

}



/* #contact
────────────────────────────────────*/
/* .contact-section table {
    margin: 20px 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.contact-section table th,
.contact-section table td {
    padding: .25em .5em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
} */
.contact-section table th {
    background: #f7f7f7;
    vertical-align: middle;
}
.contact-section table th span {
    padding-left: .5em;
    font-size: 1.3rem;
    color: #ff7f00;
}
.contact-section table td input,
.contact-section table td textarea {
    padding: .25em;
    width: 100%;
}
.contact-section table td input.zipcode {
    width: 7em;
}

.contact-section .wpcf7-turnstile {
    margin: 20px auto;
    width: fit-content;
}

.contact-section p.submit {
    position: relative;
    text-align: center;
}
.contact-section p.submit input[type="submit"] {
    appearance: none;
    padding: .5em 2em;
    border: none;
    border-radius: 26px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    background: #ff7f00;
}
.contact-section p.submit .wpcf7-spinner {
    position: absolute;
}

@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    .contact-section table th span {
        display: block;
        padding-left: unset;
        line-height: 1;
    }
}
@media screen and (max-width:540px) {
    .contact-section table th,
    .contact-section table td {
        display: block;
    }
    .contact-section table th {
        border-bottom: unset;
        text-align: left;
    }
}
@media screen and (max-width:415px) {}

