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

h3{
	color: #ff8700;
	font-size: 165%;
	letter-spacing: 0.5px;
	padding: 15px;
	margin: 1.5em 0 1em;
	border-bottom: 2px solid#ffa53b;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}

@media screen and (max-width: 480px) {
    h3 {
        font-size: 150%;
        padding: 10px;
    }
}

.subtxt {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    font-size: 130%;
    letter-spacing: 0.5px;
    color: #ff8700;
    margin:1em 0;
    line-height: 1.6em;
}

.table1 {
    border-collapse: collapse;
    border: 1px solid #ff8200;
    width: 100%;
    table-layout: fixed;
    margin: 1em 0 3em;
}
.table1 th {
    background: #ffefdc;
    color: #ff8200;
    padding: 0.7em;
    border: 1px solid #ff8200;
}
.table1 td {
    border: 1px solid #ff8200;
    padding: 1em;
}

@media screen and (max-width: 780px) {
    .table1 th {
        display: none;
    }
    .table1 td {
        display: block;
        width: 100%;
        border: none;;
    }
    .table1 .target1 {
        border-top: 1px solid #ff8700;
    }
    .target1:before {
        content: "幼児～高校生向け";
        background: #ffefdc;
        display: block;
        margin: -1em -1em 1em;
        padding: 7px;
        font-weight: 500;
        color: #ff8700;
    }
    .table1 .target2 {
        border-top: 1px solid #ff8700;
    }
    .target2:before {
        content: "大人向け";
        background: #ffefdc;
        display: block;
        margin: -1em -1em 1em;
        padding: 7px;
        font-weight: 500;
        color: #ff8700;
    }
}

.entry {
    background: #ffefdc;
    padding: 1.5em 2em;
    margin-top: 10px;
}
.entry .tel {
    font-size: 115%;
    font-family: Arial, Helvetica, 'Noto Sans JP', "sans-serif";
}
.entry .tel:before {
    content: "電話／";
    margin-right: 5px;
}
.entry .tel span {
    font-size: 180%;
    vertical-align: -3px;
    font-weight: 600;
}
.entry .mail {
    font-size: 115%;
}
.entry .mail:before {
    content: "E-mail／";
}
.entry .mail a {
    color: #ff8700;
    text-decoration: underline;
}


/*.snsArea {
    display: flex;
    justify-content: space-between;
}
.facebook {
	width: 48%;
}
.facebook h4 {
	margin-bottom: 1.8em;
}
.twitter-timeline,
.fb-page iframe {
	border: 3px dotted #ff8700 !important;
	box-sizing: border-box;
	display: block;
}*/

.snslist ul {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.snslist ul li {
    width: calc((100% - 20px) / 2);
}
.snslist ul li:nth-child(odd) {
    margin-right: 20px;
}
.snslist a {
    background: #ffffc8;
    border-radius: 7px;
    display: block;
    padding: 1em;
    font-size: 90%;
    text-align: left;
    margin-bottom: 10px;
}
.snslist a:hover {
    background: #feed6d;
}
.snslist a p {
    color: #ff8700;
    line-height: 1.4em;
}

@media screen and (max-width: 480px) {
    .snsArea {
        display: block;
    }
    .facebook,
    .snslist {
        width: 100%;
        margin-bottom: 2em;
    }
    
    .snslist ul {
        display: block;
    }
    .snslist ul li {
        width: 100%;
        margin: 0 0 1em;
    }
}


.print_list {
	display: flex;
	flex-wrap: wrap;
    margin-top:2em;
}
.print_list li {
	background: #ffefdc;
	width: calc((100% - 20px) / 2);
	margin-bottom: 20px;
	text-align: left;
	padding: 15px 10px;
	box-sizing: border-box;
}
.print_list li:nth-child(odd) {
	margin-right: 20px;
}
.print_list li figure {
	float: left;
	text-align: center;
}
.print_list li figure img {
	max-width: 100%;
}
.print_list li figcaption {
	padding-left: 220px;
}
.print_list li p {
	font-size: 110%;
	font-weight: bold;
	padding-left: 1.2em;
	text-indent: -1.2em;
	margin-top: 10px;
	line-height: 1.4em;
}
.print_list li p:before {
	content: "●";
	color: #ff8700;
	margin-right: 0.2em;
}
.print_list li a{
	background: #ff8700;
	padding: 0.5em 1em;
	margin-top: 0.7em;
	color: #FFF;
	display: block;
	font-weight: bold;
	border-radius: 40px;
    text-align: center;
}
.print_list li a:hover {
	background: #ffa53b;
}

@media screen and (max-width: 780px) {
	.print_list {
		display: block;
	}
	.print_list li {
		width: 100%;
		margin-right: 0;
        padding: 2em;
	}
	.print_list li figure,
	.print_list li figcaption {
		padding-left: 0;
		float: none;
	}
}
