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

#area_navi {
    margin-bottom: 20px;
    border-bottom: 1px solid #f57722;
}
#area_navi ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
#area_navi ul li {
    background-color: #f9ad7a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 70px;
    cursor: pointer;
    margin: 0 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-indent: 1px;
}
#area_navi ul li span {
    font-size: 1.8em;
}
#area_navi ul li.current {
    background-color: #f57722;
}

.topics_box {
    background-color: #fef1e7;
    padding: 2em;
    margin-top: 30px;
}
.topics_box h2 {
    text-align: center;
    margin-bottom: 2em;
}
.topics_box h2 span {
    display: inline-block;
    color: #f57722;
    font-size: 1.8em;
    line-height: 1;
    padding: 0 1em 10px;
    border-bottom: 1px solid #f57722;
}
.topics_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}
.topics_box ul li:first-child img {
    max-width: 320px;
    max-height: 280px;
}
.topics_box ul li:last-child {
    max-width: 830px;
    margin-left: 50px;
    text-align: left;
}
.topics_box ul li:last-child h3 {
    color: #f57722;
    font-size: 1.8em;
    line-height: 1.4;
}
.topics_box ul li:last-child p {
    font-size: 1.16em;
    line-height: 1.6;
    margin-top: 1em;
}

#blog ul {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
#blog ul li {
    position: relative;
    width: 21%;
    margin-bottom: 30px;
}
#blog ul li h4 {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    aspect-ratio:4 / 3;
}
#blog ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s;
}
#blog ul li a:hover {
    opacity: 0.3;
}
#blog ul li p {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 0.92em;
}

#banner {
    height: 145.5px;
    margin-top: 30px;
}
#gnavi {
    margin-top: 0 !important;
}
#mainimg {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-top: 85px;
}
#mainvegas {
    position: relative;
    min-width: 1300px;
    max-width: 1600px;
    height: 600px;
    overflow: hidden;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.vegas-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%;
}
.main_tx h2 {
    font-size: 2em;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.main_tx p {
    font-weight: bold;
    font-size: 5em;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.main_tx {
    width: 63%;
}
.main_navi {
    width: 37%;
}
.main_navi li {
    position: relative;
    width: 350px;
    margin-bottom: 15px;
    background: url("../img/link_o.png"),linear-gradient(to bottom, #eee, #fff, #eee);
    background-repeat: no-repeat;
    background-position: right 20px center, center center;
    background-size: auto 16px,cover;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    border-radius: 10px;
    transition: opacity 0.3s;
}
.main_navi li img {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 40px;
    pointer-events: none;
}
.main_navi li:last-child {
    margin-bottom: 0;
}
.main_navi li a {
    background-image: url("../img/icon_new.png");
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: auto 24px,cover;
    display: block;
    color: #111;
    font-weight: bold;
    font-size: 1.24em;
    line-height: 70px;
    text-align: left;
    padding-left: 64px;
}
.main_navi li:hover {
    opacity: 0.7;
}
.main_navi li a strong {
    display: block;
}
.main_navi li:nth-child(2) a {
    background-image: url("../img/icon_comment.png");
}
.main_navi li:nth-child(3) a {
    background-image: url("../img/icon_me.png");
}
.main_navi li:nth-child(4) a {
    background-image: url("../img/icon_mail.png");
}
.main_navi li:nth-child(5) a {
    background-image: url("../img/icon_yen.png");
}

#event {
    position: relative;
    width:1200px;
    margin: 0 auto ;
    z-index: 10;
}
#event .swiper-container1 {
	position:relative;
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#event .swiper-slide {
	position:relative;
}
#event .swiper-slide img {
    width: 100%;
}
#event .swiper-slide a {
    display: block;
}
.swiper-button-prev,.swiper-button-next {
    position:relative;
	z-index:1100;
    top:43px !important;
	margin-top:0 !important;
    width: 30px !important;
    height: 60px !important;
    transition: opacity 0.3s;
}
.swiper-button-prev {
    left: -30px !important;
    background: url(../img/left.png) no-repeat right center !important;
    background-size:contain !important;
}
.swiper-button-next {
    right: -30px !important;
    background: url(../img/right.png) no-repeat left center !important;
	background-size:contain !important;
}
.swiper-button-prev:hover,.swiper-button-next:hover {
    opacity: 0.6;
}

.tsub {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px dotted #f57722;
}
.tsub img {
    height: 50px;
    margin-right: 10px;
}
.tsub h3 {
    font-size: 2em;
    line-height: 1.3;
}

#school {
    position: relative;
}
#school ul {
    display: flex;
    justify-content: center;
    align-items:center;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
#school li {
    width: 200px;
    text-align: center;
    margin-bottom: 20px;
}
#school li a {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 180px;
    height: 180px;
    margin: auto;
    border-radius: 180px;
    font-size: 1.24em;
    line-height: 1.5;
    color: #111;
    transition: opacity 0.3s;
    background-image: url("../img/link.png");
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: center bottom 10px;
    background-color: #ffdac1;
}
#school li:nth-child(2) a,#school li:nth-child(9) a {
    background-color: #f8deab;
}
#school li:nth-child(3) a,#school li:nth-child(10) a {
    background-color: #e6eb9c;
}
#school li:nth-child(4) a,#school li:nth-child(11) a {
    background-color: #cee9af;
}
#school li:nth-child(5) a,#school li:nth-child(12) a {
    background-color: #b8e8d2;
}
#school li:nth-child(6) a {
    background-color: #b9dcee;
}
#school li:nth-child(7) a {
    background-color: #f9dfdf;
}
#school li a:hover {
    opacity: 0.7;
}

#area {
    position: relative;
    padding-bottom: 60px;
}
#area ul {
    display: flex;
    justify-content: center;
    align-items:center;
    flex-wrap: wrap;
}
#area li {
    width:calc(100% / 3);
    text-align: center;
    flex-shrink:0;
}
#area li a {
    display:block;
    margin: 0 10px 20px;
    border-radius: 10px;
    font-size: 1.24em;
    font-weight: bold;
    line-height: 64px;
    color: #f57722;
    transition: opacity 0.3s;
    background-color: #ffe;
    border: 3px solid #f57722;
    background-image: url("../img/link_o.png");
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: center right 10px;
}
#area li a:hover {
    opacity: 0.5;
}

.thumbbox ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.thumbbox ul li {
    width: 500px;
    position: relative;
}
.thumbbox ul li h3 {
    position: relative;
    width: 100%;
    aspect-ratio:800 / 533;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}
.thumbbox ul li iframe {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio:800 / 533;
    overflow: hidden;
}
.thumbbox ul li span {
    z-index: 100;
    position: absolute;
    right: -12px;
    top: -12px;
    width: 70px;
    height: 70px;
    background-image: url("../img/icon_update.png");
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.84em;
    line-height: 1.3;
    color: #fff;
    pointer-events: none;
}
.thumbbox ul li h3 a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s;
}
.thumbbox ul li h3 a:hover {
    transform:scale(1.1,1.1);
}
.thumbbox ul li h4 {
    text-align: center;
    font-size: 2em;
    line-height: 1.4;
    margin: 10px auto;
}
.th_more {
    width: 336px;
    text-align: center;
    margin: 0 auto;
}
.th_more a {
    font-weight: bold;
    display: block;
    background-color: #f57722;
    color: #fff;
    line-height: 54px;
    background-image: url("../img/link.png");
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: center right 10px;
    transition: background-color 0.3s;
}
.th_more a:hover {
    background-color: #f7924e;
}

.bg_town {
    max-width: 1600px;
    min-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../ftimg/index_img/1-01.jpg?0121");
    background-position: center center;
    background-size: cover;
}
#town {
    position: relative;
}
#town ul {
    display: flex;
    justify-content: center;
    align-items:center;
}
#town li {
    width:500px;
    margin: 0 50px;
    text-align: center;
    box-sizing: border-box;
    padding: 40px;
    background-color: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
#town li h4 {
    margin-bottom: 20px;
}
#town li h3 {
    font-size: 1.6em;
    line-height: 1.4;
    margin-bottom: 10px;
}
#town li p {
    line-height: 1.7;
}
.tmore {
    width: 80%;
    margin: 0 auto;
}
.tmore a {
    font-weight: bold;
    display: block;
    background-color: #f57722;
    color: #fff;
    line-height: 54px;
    background-image: url("../img/link.png");
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: center right 10px;
    transition: background-color 0.3s;
}
.tmore a:hover {
    background-color: #f7924e;
}

#sns {
    position: relative;
    padding: 30px;
}
#sns ul {
    display: flex;
    justify-content: center;
    align-items:center;
}
#sns li {
    width: 40px;
    margin-right: 30px;
}
#sns li:last-child {
    margin-right: 0;
}
#sns li img {
    width: 100%;
}

@media screen and (min-width: 500px) {

}

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

#area_navi ul li {
    width: 152px;
    height: 50px;
    letter-spacing: 0;
    text-indent: 0;
}
#area_navi ul li span {
    font-size: 1.4em;
}


.topics_box {
    padding: 25px;
    margin-top: 4px;
}
.topics_box h2 {
    margin-bottom: 25px;
}
.topics_box h2 span {
    font-size: 1.4em;
    line-height: 1;
    padding: 0 1em 10px;
}

.topics_box ul li:first-child img {
    max-width: 100%;
    max-height: 330px;
}
.topics_box ul li:last-child {
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
.topics_box ul li:last-child h3 {
    font-size: 1.4em;
}
.topics_box ul li:last-child p {
    font-size: 1em;
}

#blog ul {
    justify-content: space-between;
    margin-bottom: -30px;
}
#blog ul li {
    width: 46.5%;
    margin-bottom: 30px;
}

#banner {
    height: 94px;
    margin-top: 4px;
}
#mainimg {
    height: 300px;
    margin-top: 53px;
}
#mainvegas {
    min-width: 100%;
    max-width: 100%;
    height: 300px;
}
.main_tx h2 {
    font-size: 1.24em;
    margin-bottom: 140px;
    margin-top: 5px;
}
.main_tx p {
    font-size: 2.8em;
}
.main_tx {
    width: 100%;
}
.main_navi {
    width: 100%;
}
.main_navi li {
    float: left;
    width: 50%;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow:none;
    background-position: right 6px bottom 7px, center center;
    background-size: auto 8px,cover;
}
.main_navi li img {
    left: auto;
    right: 0;
    top: 0;
    width: 30px;
}
.main_navi li:last-child {
    width: 100%;
    margin-bottom: 0;
}
.main_navi li:last-child {
    margin-bottom: 0;
}
.main_navi li a {
    background-position: left 15px center;
    background-size: auto 20px,cover;
    display: block;
    font-size: 1.08em;
    line-height: 1.3;
    padding: 10px 0 10px 50px;
    border-bottom: 1px solid #ccc;
}
.main_navi li:nth-child(2n) a {
    border-left: 1px solid #ccc;
}
.main_navi li:nth-child(5) a {
    padding: 20px 0 20px 0;
    text-align: center;
}
.main_navi li:nth-child(5) a strong {
    display: inline-block;
}

#event {
    width:100%;
    overflow: hidden;
}
.swiper-button-prev,.swiper-button-next {
    top:33px !important;
    width: 14px !important;
    height: 28px !important;
}
.swiper-button-prev {
    left: -2px !important;
}
.swiper-button-next {
    right: -2px !important;
}

.tsub {
    padding-bottom: 10px;
    width: 100%;
}
.tsub img {
    height: 35px;
}
.tsub h3 {
    font-size: 1.4em;
}
.txadj {
    font-size: 0.92em;
}

#school {
    
}
#school ul {
    flex-wrap: wrap;
    padding-bottom: 25px;
}
#school li {
    width: 50%;
    margin-bottom: 15px;
}
#school li a {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 150px;
    font-size: 1.08em;
    background-size: 8px auto;
    background-position: center bottom 10px;
}

#area {
    position: relative;
    padding-bottom: 40px;
}
#area ul {
    display:block;
}
#area li {
    width:100%;
}
#area li a {
    margin: 0 10px 10px;
    font-size: 1.16em;
    line-height: 54px;
    border: 2px solid #f57722;
    background-size: 8px auto;
    background-position: center right 10px;
}
#area li a:hover {
    opacity: 0.5;
}

.thumbbox ul {

}
.thumbbox ul li {
    width: 100%;
}
.thumbbox ul li:first-child {
    margin-bottom: 50px;
}
.thumbbox ul li h3 {

}
.thumbbox ul li h3 span {
    right: -12px;
    top: -12px;
    width: 70px;
    height: 70px;
}
.thumbbox ul li h4 {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.4;
    margin: 10px auto;
}
.th_more {
    width: 270px;
}
.th_more a {
    line-height: 50px;
    background-size: 8px auto;
    background-position: center right 10px;
}

.bg_town {
    max-width: 100%;
    min-width: 100%;
}
#town {
    position: relative;
}
#town ul {
    flex-wrap: wrap;
}
#town li {
    width:100%;
    margin: 0 0 50px;
    padding: 30px;
}
#town li:last-child {
    margin-bottom: 0;
}
#town li h3 {
    font-size: 1.32em;
    line-height: 1.5;
}
#town li p {
    text-align: left;
    font-size: 0.92em;
}
.tmore {
    width: 100%;
}
.tmore a {
    line-height: 50px;
    background-size: 8px auto;
    background-position: center right 10px;
}

#sns {
    position: relative;
    padding: 30px 0 50px;
}
#sns ul {
    
}
#sns li {
    width: 36px;
    margin-right: 18px;
}

}