@charset "utf-8";

/* CSS Document */

.pattern01 .inner_box,
.pattern02 .inner_box,
.pattern03 .inner_box,
.pattern04 .inner_box,
.pattern06 .inner_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pattern01 .img_box img,
.pattern02 .img_box img,
.pattern03 .img_box img,
.pattern04 .img_box img,
.pattern06 .img_box img,
.pattern08 .img_box img,
.pattern10 .img_box img {
	width: 100%;
	height: auto;
}

.pattern01 .text_box p,
.pattern02 .text_box p,
.pattern03 .text_box p,
.pattern04 .text_box p,
.pattern05 ul li p,
.pattern06 text_box p,
.pattern07 ul li p,
.pattern08 ul li p,
.pattern09 ul li p,
.pattern10 ul li p{
	line-height: 1.8;
}

.pattern01 .text_box p:nth-child(n+2),
.pattern02 .text_box p:nth-child(n+2),
.pattern03 .text_box p:nth-child(n+2),
.pattern04 .text_box p:nth-child(n+2),
.pattern05 ul li p:nth-child(n+2),
.pattern06 .text_box p:nth-child(n+2),
.pattern07 ul li p:nth-child(n+2),
.pattern08 ul li p:nth-child(n+2),
.pattern09 ul li p:nth-child(n+2),
.pattern10 ul li p:nth-child(n+2){
	margin-top: 20px;
}

.pattern01 .img_box {
	display: block;
	width: 40%;
	height: auto;
	order: 1;
}

.pattern02 .img_box {
	display: block;
	width: 40%;
	height: auto;
	order: 2;
}

.pattern03 .img_box {
	display: block;
	width: 20%;
	height: auto;
	order: 1;
}

.pattern04 .img_box {
	display: block;
	width: 20%;
	height: auto;
	order: 2;
}

.pattern06 .img_box {
	display: block;
	width: 30%;
	height: auto;
	order: 2;
}

.pattern01 .text_box {
	width: 50%;
	order: 2;
}

.pattern02 .text_box {
	width: 50%;
	order: 1;
}

.pattern03 .text_box {
	width: 70%;
	order: 2;
}

.pattern04 .text_box {
	width: 70%;
	order: 1;
}

.pattern06 .text_box {
	width: 60%;
	order: 1;
}

.pattern05 ul li {
	border: 1px solid #ccc;
	background: #fff;
	padding: 50px;
	width: 100%;
	box-sizing: border-box;
}

.pattern05 ul li:nth-child(n+2) {
	margin-top: 50px;
}

.pattern05 ul li h3 {
	text-align: center;
	margin: 0 0 30px 0;
	line-height: 1.8;
}

.pattern06 ul li {
	border: 1px solid #ccc;
	background: #fff;
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
}

.pattern06 ul li:nth-child(n+2) {
	margin-top: 50px;
}

.pattern06 ul li h3 {
	text-align: center;
	margin: 20px 0;
	line-height: 1.8;
}

.pattern06 ul li p {
	line-height: 1.8;
}

.pattern06 ul li .left {
	width: 60%;
	float: left;
}

.pattern06 ul li .right {
	width: 30%;
	float: right;
}

.pattern06 ul li .right img {
	width: 100%;
	height: auto;
}

.pattern07 ul {
	display: flex;
	flex-wrap: wrap;
}

.pattern07 ul li {
	border: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
	width: 32%;
}

.pattern07 ul li:not(:nth-child(3n+3)) {
	margin-right: 2%;
}

.pattern07 ul li:nth-child(n+4) {
	margin-top: 30px;
}

.pattern07 ul li h3 {
	text-align: center;
	margin: 0 0 30px 0;
	line-height: 1.8;
}

.pattern08 ul {
	display: flex;
	flex-wrap: wrap;
}

.pattern08 ul li {
	border: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
	width: 32%;
}

.pattern08 ul li:not(:nth-child(3n+3)) {
	margin-right: 2%;
}

.pattern08 ul li:nth-child(n+4) {
	margin-top: 30px;
}

.pattern08 ul li h3 {
	text-align: center;
	margin: 0 0 30px 0;
	line-height: 1.8;
}

.pattern08 ul li .img_box {
	width: 100%;
	margin-bottom: 30px;
}

.pattern08 ul li .img_box img {
	width: 100%;
	height: auto;
}

.pattern09 ul {
	display: flex;
	flex-wrap: wrap;
}

.pattern09 ul li {
	border: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
	width: 49%;
}

.pattern09 ul li:not(:nth-child(2n+2)) {
	margin-right: 2%;
}

.pattern09 ul li:nth-child(n+3) {
	margin-top: 30px;
}

.pattern09 ul li h3 {
	text-align: center;
	margin: 0 0 30px 0;
	line-height: 1.8;
}

.pattern10 ul {
	display: flex;
	flex-wrap: wrap;
}

.pattern10 ul li {
	border: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
	width: 49%;
}

.pattern10 ul li:not(:nth-child(2n+2)) {
	margin-right: 2%;
}

.pattern10 ul li:nth-child(n+3) {
	margin-top: 30px;
}

.pattern10 ul li h3 {
	text-align: center;
	margin: 0 0 30px 0;
	line-height: 1.8;
}

.pattern10 ul li .img_box {
	width: 100%;
	margin: 0 auto 15px;
}

.pattern11 dl {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d2d2d2;
}

.pattern11 dl:first-child {
	border-top: 1px solid #d2d2d2;
}

.pattern11 dt {
	padding: 20px 10px;
	width: 30%;
	font-weight: bold;
	box-sizing: border-box;
	line-height: 1.8;
}

.pattern11 dd {
	padding: 20px 10px;
	width: calc(100% - 30%);
	box-sizing: border-box;
	line-height: 1.8;
}

.pattern12 table {
	width: 100%;
	border: 1px solid #d2d2d2;
	background: #fff;
}

.pattern12 table thead tr {
	background: #b3ca3e;
	color: var(--text-color);
}

.pattern12 table tbody tr:nth-child(even) {
	background: #f5f5f5;
}

.pattern12 table tbody tr:nth-child(odd) {
	background: #fff;
}

.pattern12 table th,
.pattern12 table td {
	padding: 15px;
	border: 1px solid #ccc;
	line-height: 1.8;
	box-sizing: border-box;
	vertical-align: middle;
}

.pattern12 table th {
	text-align: left;
}

.pattern13 .accordion ul {
	width: 100%;
	padding: 0;
}

.pattern13 .accordion li {
	position: relative;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

.pattern13 .accordion li:first-child {
	border-top: 1px solid #ccc;
}

.pattern13 .accordion>ul>li>a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}

.pattern13 .accordion>ul>li>a h3 {
	font-size: 18px;
	line-height: 1.8;
	width: 85%;
	margin-left: 1.5em;
}

.pattern13 .accordion>ul>li>a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pattern13 .accordion>ul>li>a h3:hover {
	color: #b3ca3e;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pattern13 .accordion>ul>li>a h3:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f059";
	font-size: 120%;
	float: left;
	margin-right: 10px;
	margin-top: -4px;
	margin-left: -1em;
	color: #b3ca3e;
}

.pattern13 .accordion>ul>li>p {
	display: none;
	padding: 0 .8em 1.4em 1em;
	line-height: 1.8;
}

.pattern13 .accordion li .accordion_icon,
.pattern13 .accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}

.pattern13 .accordion li .accordion_icon {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 10px;
}

.pattern13 .accordion li .accordion_icon span {
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.pattern13 .accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.pattern13 .accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.pattern13 .accordion li .accordion_icon.active span:nth-of-type(1) {
	display: none;
}

.pattern13 .accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.pattern13 .accordion li .fa-question-circle:before {
	margin-right: 15px;
}

.pattern14 .timeline {
	width: 100%;
	margin: 30px auto;
}

.pattern14 .timeline-list-item {
	display: flex;
	line-height: 1.8;
}

.pattern14 .timeline-list-item .date {
	width: 25%;
	font-weight: bold;
}

.pattern14 .timeline-list-item .content {
	position: relative;
	width: 75%;
	padding: 0 20px 60px 30px;
	box-sizing: border-box;
}

.pattern14 .timeline-list-item:not(:last-child) .content{
	border-left: 1px solid #aaaaaa;
}

.pattern14 .timeline-list-item .content::before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 20px;
	height: 20px;
	background-color: #b3ca3e;
	border-radius: 10px;
}

.pattern15 .gc-wrap {
	max-width: 1100px;
	margin: 3% auto;
}

.pattern15 .g-calendar {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 70%;
}

.pattern15 .g-calendar iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pattern15 .sp {
	display: none;
}

.pattern15 .pc {
	display: block;
}

.pattern16 .gallery {
	columns: 4; /*段組みの数*/
	padding: 0 15px;
	margin: 0;
}

.pattern16 .gallery li {
	margin-bottom: 20px;
	/*各画像下に余白をつける*/
	list-style: none;
}

.pattern16 .gallery img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul.pattern18 {
	display: flex;
	margin-top: 50px;
}

ul.pattern18 a{
    border: 1px solid #333;
    text-align: center;
    background: #fff;
    width: 100%;
    -webkit-transition: background-color .25s ease, color .25s ease;
    transition: background-color .25s ease, color .25s ease;
    text-decoration: none;
	cursor: pointer;
	padding: 20px 10px;
	display: block;
	box-sizing: border-box;
}

ul.pattern18 a:nth-child(2){
	margin-left: 30px;
}

@media (max-width: 767px) {

.pattern01 .img_box,
.pattern02 .img_box {
	width: 100%;
	margin-bottom: 40px;
	order: 1;
}

.pattern01 .text_box,
.pattern02 .text_box {
	width: 100%;
	order: 2;
}

.pattern03 .img_box,
.pattern04 .img_box {
	width: 70%;
	margin: 0 auto 40px;
	order: 1;
}

.pattern03 .text_box,
.pattern04 .text_box {
	width: 100%;
	order: 2;
}

.pattern05 ul li h3 {
	text-align: left;
}

.pattern06 .inner_box{
	flex-direction: column;
}

.pattern06 .img_box {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
}

.pattern06 .text_box {
    width: 100%;
    order: 2;
}

.pattern06 ul li h3 {
	text-align: left;
}

.pattern07 ul li {
	width: 100%;
	margin-bottom: 30px;
}

.pattern07 ul li h3 {
	text-align: left;
}

.pattern08 ul li {
	width: 100%;
	margin-bottom: 30px;
}

.pattern09 ul li {
	width: 100%;
	margin: 0 0 30px 0;
	float: none;
}

.pattern09 ul li h3 {
	text-align: left;
}

.pattern10 ul li {
	width: 100%;
	margin-bottom: 30px;
}

.pattern10 ul li h3 {
	text-align: left;
}

.pattern11 dl {
	flex-direction: column;
}

.pattern11 dt {
	padding: 20px 10px 0;
	width: 100%;
}

.pattern11 dd {
	width: 100%;
}

.pattern12 table.tbl-r05 .thead {
	display: none;
}

.pattern12 table.tbl-r05 tr {
	width: 100%;
}

.pattern12 table.tbl-r05 td {
	display: block;
	text-align: right;
	width: 100%;
}

.pattern12 table.tbl-r05 td:first-child {
	background: #b3ca3e;
	color: var(--text-color);
	font-weight: bold;
	text-align: center;
}

.pattern12 table.tbl-r05 td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	margin-right: 10px;
}

.pattern13 .accordion>ul>li>a h3 {
	font-size: 16px;
}

.pattern14 .timeline-list-item .date {
	width: 30%;
	margin-right: 5%;
}

.pattern14 .timeline-list-item .content {
	width: 65%;
}

.pattern15 .g-calendar {
	padding-bottom: 90%;
	height: 250px
}

.pattern15 .pc {
	display: none;
}

.pattern15 .sp {
	display: block;
}

.pattern16 .gallery {
	columns: 2;
}

ul.pattern18 {
	flex-direction: column;
}

ul.pattern18 a {
    position: relative;
}

ul.pattern18 a:nth-child(2){
	margin: 30px 0 0 0;
}

ul.pattern18 a li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

ul.pattern18 a span {
    position: absolute;
    right: 10px;
	margin-left: 0;
}

}