@charset "UTF-8";
/* コンテンツ */

.wd_copy {
    text-align: left;
    margin-bottom: 3em;
}
.wd_copy h3 {
    color: #003477;
    font-size: 2em;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.wd_copy p {
    font-size: 1.24em;
    line-height: 1.7;
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid #333;
    margin-bottom: 3em;
}

.wd_tx {
    font-size: 1.24em;
}

.wd_tx ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.wd_tx ul li:first-child {
    width: 47%;
    line-height: 1.7;
    font-size: 1.16em;
}
.wd_tx ul li:last-child {
    width: 47%;
    line-height: 1.5;
}
.wd_tx ul li:last-child dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #003477;
    border: 1px solid #003477;
    margin-top: -1px;
}
.wd_tx ul li:last-child dl:first-child {
    margin-top: 0;
}
.wd_tx ul li:last-child dl dt {
    box-sizing: border-box;
    width: 6em;
    background-color: #f9e5b1;
    padding: 0.5em 1em;
}
.wd_tx ul li:last-child dl dd {
    box-sizing: border-box;
    padding: 0.5em 1em;
}

.faq_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.faq_box ul li {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 2em;
}
.q_tx {
    background-color: #fff;
    line-height: 1.7;
    padding: 1em 1.2em;
    font-size: 1.4em;
}
.q_tx strong {
    font-size: 1.4em;
    font-weight: 400;
    margin-right: 0.3em;
}
.a_tx section {
    line-height: 1.7;
    padding: 1em 1.2em 0;
    font-size: 1.24em;
}
.a_tx strong {
    font-size: 1.4em;
    font-weight: 400;
    margin-right: 0.3em;
}

/*lightgallery用*/
.lg {
    text-align: left !important;
}
.lg-on #toggle,.lg-on .pagetop,.lg-on #toggle,.lg-on #fix_foot {
    display: none;
}

.gallery {
    
}
.gallery h3 {
    text-align: center;
    line-height: 1;
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 1em;
}

#aniimated-thumbnials {
    display: flex;
	flex-wrap: wrap;
    width: 102%;
    margin-left: -1%;
	padding: 0;
    z-index: 100;
}
#aniimated-thumbnials a {
    flex-shrink: 0;
    width: 32%;
	margin: 0 2% 2% 0;
}
#aniimated-thumbnials a:nth-child(3n) {
	margin-right: 0;
}
#aniimated-thumbnials a img {
    width: 100%;
}

/*.slide1 {
	position:relative;
	text-align:center;
	margin-left:auto;
    margin-right:auto;
}
.slide1 h3 {
    text-align: center;
    line-height: 1;
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding: 1em 0;
}
.swiper-container1 {
	position:relative;
	width: 100%;
}
.swiper-slide {
    width: auto !important;
}
.swiper-slide img {
        width: auto;
        height: 600px;
}
.swiper-button-prev,.swiper-button-next {
	position:relative;
	z-index:1100;
    width: 25px !important;
    height: 50px !important;
    margin-top: -25px !important;
}
.swiper-button-prev {
  left: 20px !important;
  background: url(../../img/left_w.png) no-repeat right center !important;
    background-size:contain !important;
}
.swiper-button-next {
  right: 20px !important;
  background: url(../../img/right_w.png) no-repeat left center !important;
	background-size:contain !important;
}*/


.back_btn {
    height: 3em;
    max-width: 22em;
    margin: auto;
}
.back_btn a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9e5b1;
    border: 1px solid #003477;
    color: #003477;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    border-radius: 2em;
    transition: all 0.3s;
}
.back_btn a span {
    font-size: 1.08em;
}
.back_btn a:hover {
    background-color: #fff;
    color: #003477;
}

@media screen and (max-width: 960px) {


}


@media screen and (max-width: 560px) {

.wd_copy {
    margin-bottom: 3em;
}
.wd_copy h3 {
    font-size: 1.24em;
    line-height: 1.5;
}
.wd_copy p {
    font-size: 1em;
}

.wd_tx {
    font-size: 1em;
}
.wd_tx ul li:first-child {
    width: 100%;
    font-size: 1em;
    margin-bottom: 3em;
}
.wd_tx ul li:last-child {
    width: 100%;
}

.faq_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.faq_box ul li {
    width: 100%;
    margin-bottom: 2em;
}
.q_tx {
    background-color: #fff;
    line-height: 1.7;
    padding: 1em 1.2em;
    font-size: 1em;
}
.q_tx strong {
    font-size: 1.4em;
    font-weight: 400;
    margin-right: 0.3em;
}
.a_tx section {
    font-size: 1em;
}

.gallery {
    
}
.gallery h3 {
    font-size: 1.6em;
}

/*.slide1 {
	
}
.slide1 h3 {
    font-size: 1.6em;
    padding: 0.5em 0;
}
.swiper-container1 {
	position:relative;
	width: 100%;
}
.swiper-slide {
    width: auto !important;
}
.swiper-slide img {
        width: auto;
        height: 200px;
}
.swiper-button-prev,.swiper-button-next {
	position:relative;
	z-index:1100;
    width: 15px !important;
    height: 30px !important;
    margin-top: -15px !important;
}
.swiper-button-prev {
  left: 10px !important;
}
.swiper-button-next {
  right: 10px !important;
}*/


}
