@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
    background-color: #FCE6A6;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    justify-content: center;
}
#kibou {
    background-color: #FFFBE0;
    padding-top: 40px;
    padding-bottom: 50px;
}
#kibou ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 844px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
#about {
    padding-top: 50px;
    padding-bottom: 50px;
}
#about p {
    font-size: 17px;
    line-height: 1.6em;margin-top: 20px;
}
#event {
    background-color: #FFE7A7;
    padding-top: 80px;
    padding-bottom: 80px;
}
#event .inner {
    background-color: #fff;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 20px;
}
#event .flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    width: 937px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
#event .flex div {
    width: 435px;
    margin-bottom: 50px;
}
#event .flex div h3 {
    font-size: 23px;
    padding-top: 15px;
}
#event .flex div h3+p {
    text-align: left;
    margin-top: 8px;
}
#event .flex div h3+p span {
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 5px;
}
#event .flex div h3+p+p {
    margin-top: 10px;
}
#event .box {
    background-color: #FFE7A7;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding-bottom: 50px;
}
#event .box h4 {
    background-image: url("../images/index/event_ttl03.png");
    width: 763px;
    height: 103px;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    line-height: 110px;
    font-size: 26px;
    color: #ec782a;
    position: relative;
    top: -12px;
}
#event .box div {
    background-color: #fff;
    width: 814px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    position: relative;
    top: -12px;
    padding-top: 40px;
    padding-bottom: 30px;
}
#event .box div table {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#event .box div table th {
    background-color: #EB712D;
    color: #fff;
    text-align: left;
    padding-left: 15px;
    padding-right: 0px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 10px solid #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: top;
}
#event .box div table td {
    font-size: 18px;
    font-weight: normal;
    border-bottom: 10px solid #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    background-color: #F4F4F4;
}
#event .box div table td span {
    font-size: 15px;
}
#active {
    background-color: #C5E7F7;
    padding-top: 100px;
    padding-bottom: 100px;
}
#active .inner {
    background-color: #fff;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}
#active .inner h2 {
    margin-bottom: 50px;
}
#active .inner .flex {
    background-color: #FDF0DF;
    width: 840px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#active .inner .flex+.flex {
    margin-top: 40px;
}
#active .inner .flex:nth-child(even) {
    flex-direction: row-reverse;
}
#active .inner .flex div {
    width: 400px;
}
#active .inner .flex div h3 {
    width: 400px;
    height: 220px;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    justify-content: center;
    align-items: center;
}
#active .inner .flex div dl dt {
    background-color: #fff;
    height: 42px;
    font-size: 22px;
    line-height: 42px;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 25px;
}
#active .inner .flex div dl dd {
    font-size: 19px;
    margin-top: 5px;
}
#faq {
    padding-top: 80px;
    padding-bottom: 80px;
}
#faq h2+p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
}
#photogallery {
    background-color: #F3F3F3;
    padding-top: 80px;
    padding-bottom: 60px;
}
#photogallery ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    width: 1085px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
}
#photogallery ul::after {
    content: "";
    width: 340px;
}
#photogallery ul li {
    width: 340px;
    height: 220px;
    background-color: #fff;
    margin-bottom: 30px;
}
#photogallery ul li img {
    width: 340px;
    height: 220px;
    object-fit: cover;
}
#access {
    padding-top: 50px;
}
#access iframe {
    margin-top: 30px;
    width: 100%;
    height: 440px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#kibou {
    background-color: #FFFBE0;
    padding-bottom: 8%;
}
#kibou ul {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 5%;
}
#kibou ul li+li {
    margin-top: 3%;
}
#about {
    padding-top: 10%;
    padding-bottom: 10%;
}
#about p {
    line-height: 1.6em;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
}
#event {
    background-color: #FFE7A7;
    padding-top: 10%;
    padding-bottom: 10%;
}
#event .inner {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-top: 5%;
    padding-bottom: 5%;
    border-radius: 20px;
}
#event .flex {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 7%;
}
#event .flex div {
    margin-bottom: 10%;
}
#event .flex div h3 {
    font-size: 5vw;
    padding-top: 3%;
    font-weight: 500;
}
#event .flex div h3+p {
    text-align: left;
    margin-top: 8px;
}
#event .flex div h3+p span {
    display: block;
    font-size: 3vw;
    line-height: 1.4em;
    margin-top: 5px;
}
#event .flex div h3+p+p {
    margin-top: 10px;
}
#event .box {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border: 2px solid #FFE7A7;
    border-radius: 20px;
    padding: 5%;
}
#event .box h4 {
    margin-left: auto;
    margin-right: auto;
    font-size: 6vw;
    color: #ec782a;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 5%;
}
#event .box div {
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}
#event .box div table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#event .box div table th {
    background-color: #EB712D;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: top;
}
#event .box div table td {
    font-weight: normal;
    border-bottom: 10px solid #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F4F4F4;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
#event .box div table td span {
    font-size: 15px;
}
#active {
    background-color: #C5E7F7;
    padding-top: 10%;
    padding-bottom: 10%;
}
#active .inner {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border-radius: 20px;
    padding-top: 5%;
    padding-bottom: 5%;
}
#active .inner h2 {
    margin-bottom: 5%;
}
#active .inner .flex {
    background-color: #FDF0DF;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    border-radius: 20px;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 2%;
}
#active .inner .flex+.flex {
    margin-top: 6%;
}
#active .inner .flex:nth-child(even) {
    flex-direction: row-reverse;
}
#active .inner .flex div figure {
    margin-bottom: 5%;
}
#active .inner .flex div h3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}
#active .inner .flex div dl dt {
    background-color: #fff;
    font-size: 4vw;
    font-weight: 500;
    border-radius: 10px;
}
#active .inner .flex div dl dd {
    font-size: 4vw;
    margin-top: 5px;
    margin-bottom: 3%;
}
#faq {
    padding-top: 10%;
    padding-bottom: 10%;
}
#faq h2+p {
    margin-top: 20px;
    margin-bottom: 30px;
}
#faq h2+p+p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#photogallery {
    background-color: #F3F3F3;
    padding-top: 10%;
    padding-bottom: 10%;
}
#photogallery ul {
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}
#photogallery ul li {
    width: 48%;
    height: 25vw;
    background-color: #fff;
    margin-bottom: 4%;
}
#photogallery ul li img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
}
#access {
    padding-top: 10%;
}
#access iframe {
    margin-top: 5%;
    width: 100%;
    height: 60vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}